Html Css Color HEX #02097F Navy

📋 copy color: '#02097F'

red 2 ◦ green 9 ◦ blue 127

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

Shades of Navy #02097F

Tints of Navy #02097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 92.03%

R = 1.45%
G = 6.52%
B = 92.03%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02097F (or 0x02097F) is known color: Navy. HEX triplet: 02, 09 and 7F. RGB value is (2,9,127). Sum of RGB (Red+Green+Blue) = 2+9+127=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 127 (50% from 255 or 92.03% from 138); Max value from RGB is 127 - color contains mainly: blue. Hex color #02097F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02097F is #FDF680. Grayscale: #131313. Windows color (decimal): -16643713 or 8325378. OLE color: 8325378.

HSL color Cylindrical-coordinate representation of color #02097F: hue angle of 236.64º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02097F is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 9 127 -
CMYK 0.98 0.93 0 0.50
HSL 236.64º 0.97% 0.25% -
HSV(B) 236.64º 0.98% 0.5% -
XYZ 3.95 1.74 20.21 -
YUV 20.36 188.18 114.91 -
System Red Green Blue C M Y K H S L
Decimal 2 9 127 0.98 0.93 0 0.50 236.64 0.97 0.25
Hex 2 9 7F 62 5D 0 32 ED 61 19
Octal 2 11 177 142 135 0 62 355 141 31
Binary 10 1001 1111111 1100010 1011101 0 110010 11101101 1100001 11001

Color Harmonies of #02097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02097F

Black with #02097F

Text Example


Text Example

White with #02097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02097F;
 }
 .AnyTagClassName
 {
   color: #02097F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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