#002166

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

Shades of Sapphire #002166

Tints of Sapphire #002166

Color information

#002166 (or 0x002166) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 66. RGB value is (0,33,102). Sum of RGB (Red+Green+Blue) = 0+33+102=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #002166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002166 is #FFDE99. Grayscale: #1E1E1E. Windows color (decimal): -16768666 or 6693120. OLE color: 6693120.

HSL color Cylindrical-coordinate representation of color #002166: hue angle of 220.59º 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 #002166 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB033102-
CMYK10.6800.6
HSL220.59º100%20%-
HSV(B)220.59º100%40%-
XYZ2.942.0512.81-
YUV31168.07105.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 102 (40.23% from 255) = 75.56%
R=0%
G=24.44%
B=75.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal03310210.6800.6220.5910020
Hex02166644403Cdd6414
Octal04114614410407433514424
Binary0100001110011011001001000100011110011011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002166; }

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

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

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

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

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

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

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

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