#011255

Color #011255 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #011255

Tints of Sapphire #011255

Color information

#011255 (or 0x011255) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 55. RGB value is (1,18,85). Sum of RGB (Red+Green+Blue) = 1+18+85=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 85 (33.59% from 255 or 81.73% from 104); Max value from RGB is 85 - color contains mainly: blue. Hex color #011255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011255 is #FEEDAA. Grayscale: #141414. Windows color (decimal): -16706987 or 5575169. OLE color: 5575169.

HSL color Cylindrical-coordinate representation of color #011255: hue angle of 227.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011255 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB11885-
CMYK0.990.7900.67
HSL227.86º97.67%16.86%-
HSV(B)227.86º98.82%33.33%-
XYZ1.871.098.71-
YUV20.56164.37114.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 85 (33.59% from 255) = 81.73%
R=0.96%
G=17.31%
B=81.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal118850.990.7900.67227.8697.6716.86
Hex11255634F043e46211
Octal122125143117010334414221
Binary1100101010101110001110011110100001111100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011255; }

 p { color: rgb(1,18,85); }

 H1.HeaderClassName
 {
   color: #011255;
 }
 .AnyTagClassName
 {
   color: #011255;
 }
</style>
background-color css

<style>
 a { background-color: #011255; }

 a { background-color: rgb(1,18,85); }

 div.DivClassName
 {
   background-color: #011255;
 }
 .BgClassName
 {
   background-color: #011255;
 }
</style>
border-color css

<style>
 span { border-color: #011255; }

 span { border-color: rgb(1,18,85); }

 td.TdClassName
 {
   border-color: #011255;
 }
 .TagClassName
 {
   border-color: #011255;
 }
</style>