#011266

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

Shades of Sapphire #011266

Tints of Sapphire #011266

Color information

#011266 (or 0x011266) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 66. RGB value is (1,18,102). Sum of RGB (Red+Green+Blue) = 1+18+102=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #011266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011266 is #FEED99. Grayscale: #161616. Windows color (decimal): -16706970 or 6689281. OLE color: 6689281.

HSL color Cylindrical-coordinate representation of color #011266: hue angle of 229.9º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011266 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB118102-
CMYK0.990.8200.6
HSL229.9º98.06%20.2%-
HSV(B)229.9º99.02%40%-
XYZ2.631.412.7-
YUV22.49172.87112.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 102 (40.23% from 255) = 84.30%
R=0.83%
G=14.88%
B=84.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1181020.990.8200.6229.998.0620.2
Hex11266635203Ce66214
Octal12214614312207434614224
Binary110010110011011000111010010011110011100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011266; }

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

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

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

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

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

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

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

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