#02296F

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

Shades of Sapphire #02296F

Tints of Sapphire #02296F

Color information

#02296F (or 0x02296F) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 6F. RGB value is (2,41,111). Sum of RGB (Red+Green+Blue) = 2+41+111=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #02296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02296F is #FDD690. Grayscale: #252525. Windows color (decimal): -16635537 or 7284994. OLE color: 7284994.

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

Color convert

RGB241111-
CMYK0.980.6300.56
HSL218.53º96.46%22.16%-
HSV(B)218.53º98.2%43.53%-
XYZ3.692.7515.37-
YUV37.32169.58102.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 111 (43.75% from 255) = 72.08%
R=1.30%
G=26.62%
B=72.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2411110.980.6300.56218.5396.4622.16
Hex2296F623F038db6016
Octal2511571427707033314026
Binary1010100111011111100010111111011100011011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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