#02096F

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

Shades of Navy #02096F

Tints of Navy #02096F

Color information

#02096F (or 0x02096F) is unknown color: approx Navy. HEX triplet: 02, 09 and 6F. RGB value is (2,9,111). Sum of RGB (Red+Green+Blue) = 2+9+111=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 111 (43.75% from 255 or 90.98% from 122); Max value from RGB is 111 - color contains mainly: blue. Hex color #02096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02096F is #FDF690. Grayscale: #121212. Windows color (decimal): -16643729 or 7276802. OLE color: 7276802.

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

Color convert

RGB29111-
CMYK0.980.9200.56
HSL236.15º96.46%22.16%-
HSV(B)236.15º98.2%43.53%-
XYZ2.991.3615.14-
YUV18.54180.18116.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 111 (43.75% from 255) = 90.98%
R=1.64%
G=7.38%
B=90.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal291110.980.9200.56236.1596.4622.16
Hex296F625C038ec6016
Octal21115714213407035414026
Binary101001110111111000101011100011100011101100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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