#02196B

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

Shades of Sapphire #02196B

Tints of Sapphire #02196B

Color information

#02196B (or 0x02196B) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 6B. RGB value is (2,25,107). Sum of RGB (Red+Green+Blue) = 2+25+107=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 107 (42.19% from 255 or 79.85% from 134); Max value from RGB is 107 - color contains mainly: blue. Hex color #02196B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02196B is #FDE694. Grayscale: #1B1B1B. Windows color (decimal): -16639637 or 7018754. OLE color: 7018754.

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

Color convert

RGB225107-
CMYK0.980.7700.58
HSL226.86º96.33%21.37%-
HSV(B)226.86º98.13%41.96%-
XYZ3.031.7714.09-
YUV27.47172.88109.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 107 (42.19% from 255) = 79.85%
R=1.49%
G=18.66%
B=79.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2251070.980.7700.58226.8696.3321.37
Hex2196B624D03Ae36015
Octal23115314211507234314025
Binary1011001110101111000101001101011101011100011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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