Html Css Color HEX #020F73 Navy

📋 copy color: '#020F73'

red 2 ◦ green 15 ◦ blue 115

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

Shades of Navy #020F73

Tints of Navy #020F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.36%

 BLUE value IS 115 (45.31% from 255) = 87.12%

R = 1.52%
G = 11.36%
B = 87.12%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020F73 (or 0x020F73) is known color: Navy. HEX triplet: 02, 0F and 73. RGB value is (2,15,115). Sum of RGB (Red+Green+Blue) = 2+15+115=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 115 (45.31% from 255 or 87.12% from 132); Max value from RGB is 115 - color contains mainly: blue. Hex color #020F73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F73 is #FDF08C. Grayscale: #161616. Windows color (decimal): -16642189 or 7540482. OLE color: 7540482.

HSL color Cylindrical-coordinate representation of color #020F73: hue angle of 233.1º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F73 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 15 115 -
CMYK 0.98 0.87 0 0.55
HSL 233.1º 0.97% 0.23% -
HSV(B) 233.1º 0.98% 0.45% -
XYZ 3.29 1.59 16.35 -
YUV 22.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 2 15 115 0.98 0.87 0 0.55 233.1 0.97 0.23
Hex 2 F 73 62 57 0 37 E9 61 17
Octal 2 17 163 142 127 0 67 351 141 27
Binary 10 1111 1110011 1100010 1010111 0 110111 11101001 1100001 10111

Color Harmonies of #020F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F73

Black with #020F73

Text Example


Text Example

White with #020F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020F73; }

 p { color: rgb(2,15,115); }

 H1.HeaderClassName
 {
   color: #020F73;
 }
 .AnyTagClassName
 {
   color: #020F73;
 }
</style>

background-color css

<style>
 a { background-color: #020F73; }

 a { background-color: rgb(2,15,115); }

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

border-color css

<style>
 span { border-color: #020F73; }

 span { border-color: rgb(2,15,115); }

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