#02166F

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

Shades of Sapphire #02166F

Tints of Sapphire #02166F

Color information

#02166F (or 0x02166F) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 6F. RGB value is (2,22,111). Sum of RGB (Red+Green+Blue) = 2+22+111=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 111 (43.75% from 255 or 82.22% from 135); Max value from RGB is 111 - color contains mainly: blue. Hex color #02166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02166F is #FDE990. Grayscale: #191919. Windows color (decimal): -16640401 or 7280130. OLE color: 7280130.

HSL color Cylindrical-coordinate representation of color #02166F: hue angle of 228.99º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02166F is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB222111-
CMYK0.980.8000.56
HSL228.99º96.46%22.16%-
HSV(B)228.99º98.2%43.53%-
XYZ3.181.7315.21-
YUV26.17175.87110.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 111 (43.75% from 255) = 82.22%
R=1.48%
G=16.30%
B=82.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2221110.980.8000.56228.9996.4622.16
Hex2166F6250038e56016
Octal22615714212007034514026
Binary1010110110111111000101010000011100011100101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02166F; }

 p { color: rgb(2,22,111); }

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

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

 a { background-color: rgb(2,22,111); }

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

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

 span { border-color: rgb(2,22,111); }

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