#02196E

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

Shades of Sapphire #02196E

Tints of Sapphire #02196E

Color information

#02196E (or 0x02196E) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 6E. RGB value is (2,25,110). Sum of RGB (Red+Green+Blue) = 2+25+110=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 110 (43.36% from 255 or 80.29% from 137); Max value from RGB is 110 - color contains mainly: blue. Hex color #02196E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02196E is #FDE691. Grayscale: #1B1B1B. Windows color (decimal): -16639634 or 7215362. OLE color: 7215362.

HSL color Cylindrical-coordinate representation of color #02196E: hue angle of 227.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02196E is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB225110-
CMYK0.980.7700.57
HSL227.22º96.43%21.96%-
HSV(B)227.22º98.18%43.14%-
XYZ3.191.8314.94-
YUV27.81174.38109.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 110 (43.36% from 255) = 80.29%
R=1.46%
G=18.25%
B=80.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2251100.980.7700.57227.2296.4321.96
Hex2196E624D039e36016
Octal23115614211507134314026
Binary1011001110111011000101001101011100111100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02196E; }

 p { color: rgb(2,25,110); }

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

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

 a { background-color: rgb(2,25,110); }

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

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

 span { border-color: rgb(2,25,110); }

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