Html Css Color HEX #020F76 Navy

📋 copy color: '#020F76'

red 2 ◦ green 15 ◦ blue 118

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

Shades of Navy #020F76

Tints of Navy #020F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 87.41%

R = 1.48%
G = 11.11%
B = 87.41%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020F76 (or 0x020F76) is known color: Navy. HEX triplet: 02, 0F and 76. RGB value is (2,15,118). Sum of RGB (Red+Green+Blue) = 2+15+118=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #020F76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F76 is #FDF089. Grayscale: #161616. Windows color (decimal): -16642186 or 7737090. OLE color: 7737090.

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

Color convert

RGB 2 15 118 -
CMYK 0.98 0.87 0 0.54
HSL 233.28º 0.97% 0.24% -
HSV(B) 233.28º 0.98% 0.46% -
XYZ 3.47 1.66 17.28 -
YUV 22.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 2 15 118 0.98 0.87 0 0.54 233.28 0.97 0.24
Hex 2 F 76 62 57 0 36 E9 61 18
Octal 2 17 166 142 127 0 66 351 141 30
Binary 10 1111 1110110 1100010 1010111 0 110110 11101001 1100001 11000

Color Harmonies of #020F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F76

Black with #020F76

Text Example


Text Example

White with #020F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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