#02196F

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

Shades of Sapphire #02196F

Tints of Sapphire #02196F

Color information

#02196F (or 0x02196F) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 6F. RGB value is (2,25,111). Sum of RGB (Red+Green+Blue) = 2+25+111=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 111 (43.75% from 255 or 80.43% from 138); Max value from RGB is 111 - color contains mainly: blue. Hex color #02196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02196F is #FDE690. Grayscale: #1B1B1B. Windows color (decimal): -16639633 or 7280898. OLE color: 7280898.

HSL color Cylindrical-coordinate representation of color #02196F: hue angle of 227.34º 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 #02196F is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB225111-
CMYK0.980.7700.56
HSL227.34º96.46%22.16%-
HSV(B)227.34º98.2%43.53%-
XYZ3.241.8615.23-
YUV27.93174.88109.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 111 (43.75% from 255) = 80.43%
R=1.45%
G=18.12%
B=80.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2251110.980.7700.56227.3496.4622.16
Hex2196F624D038e36016
Octal23115714211507034314026
Binary1011001110111111000101001101011100011100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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