Html Css Color HEX #02096C Navy

📋 copy color: '#02096C'

red 2 ◦ green 9 ◦ blue 108

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

Shades of Navy #02096C

Tints of Navy #02096C

RGB

 RED value IS 2 (1.17% from 255) = 1.68%

 GREEN value IS 9 (3.91% from 255) = 7.56%

 BLUE value IS 108 (42.58% from 255) = 90.76%

R = 1.68%
G = 7.56%
B = 90.76%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02096C (or 0x02096C) is known color: Navy. HEX triplet: 02, 09 and 6C. RGB value is (2,9,108). Sum of RGB (Red+Green+Blue) = 2+9+108=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 108 (42.58% from 255 or 90.76% from 119); Max value from RGB is 108 - color contains mainly: blue. Hex color #02096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02096C is #FDF693. Grayscale: #111111. Windows color (decimal): -16643732 or 7080194. OLE color: 7080194.

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

Color convert

RGB 2 9 108 -
CMYK 0.98 0.92 0 0.58
HSL 236.04º 0.96% 0.22% -
HSV(B) 236.04º 0.98% 0.42% -
XYZ 2.83 1.29 14.29 -
YUV 18.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 2 9 108 0.98 0.92 0 0.58 236.04 0.96 0.22
Hex 2 9 6C 62 5C 0 3A EC 60 16
Octal 2 11 154 142 134 0 72 354 140 26
Binary 10 1001 1101100 1100010 1011100 0 111010 11101100 1100000 10110

Color Harmonies of #02096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02096C

Black with #02096C

Text Example


Text Example

White with #02096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02096C;
 }
 .AnyTagClassName
 {
   color: #02096C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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