#001166

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

Shades of Sapphire #001166

Tints of Sapphire #001166

Color information

#001166 (or 0x001166) is unknown color: approx Sapphire. HEX triplet: 00, 11 and 66. RGB value is (0,17,102). Sum of RGB (Red+Green+Blue) = 0+17+102=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 102 (40.23% from 255 or 85.71% from 119); Max value from RGB is 102 - color contains mainly: blue. Hex color #001166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001166 is #FFEE99. Grayscale: #151515. Windows color (decimal): -16772762 or 6689024. OLE color: 6689024.

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

Color convert

RGB017102-
CMYK10.8300.6
HSL230º100%20%-
HSV(B)230º100%40%-
XYZ2.61.3612.7-
YUV21.61173.37112.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 102 (40.23% from 255) = 85.71%
R=0%
G=14.29%
B=85.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal01710210.8300.623010020
Hex01166645303Ce66414
Octal02114614412307434614424
Binary010001110011011001001010011011110011100110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001166; }

 p { color: rgb(0,17,102); }

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

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

 a { background-color: rgb(0,17,102); }

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

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

 span { border-color: rgb(0,17,102); }

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