Html Css Color HEX #02096F Navy

📋 copy color: '#02096F'

red 2 ◦ green 9 ◦ blue 111

#02096F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #02096F

Tints of Navy #02096F

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 value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02096F (or 0x02096F) is known color: 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

RGB 2 9 111 -
CMYK 0.98 0.92 0 0.56
HSL 236.15º 0.96% 0.22% -
HSV(B) 236.15º 0.98% 0.44% -
XYZ 2.99 1.36 15.14 -
YUV 18.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 2 9 111 0.98 0.92 0 0.56 236.15 0.96 0.22
Hex 2 9 6F 62 5C 0 38 EC 60 16
Octal 2 11 157 142 134 0 70 354 140 26
Binary 10 1001 1101111 1100010 1011100 0 111000 11101100 1100000 10110

Color Harmonies of #02096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02096F

Black with #02096F

Text Example


Text Example

White with #02096F

Text Example


Text Example

HTML Codes & Css Web 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>