Html Css Color HEX #020376 Navy

📋 copy color: '#020376'

red 2 ◦ green 3 ◦ blue 118

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

Shades of Navy #020376

Tints of Navy #020376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

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

R = 1.63%
G = 2.44%
B = 95.93%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020376 (or 0x020376) is known color: Navy. HEX triplet: 02, 03 and 76. RGB value is (2,3,118). Sum of RGB (Red+Green+Blue) = 2+3+118=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 118 (46.48% from 255 or 95.93% from 123); Max value from RGB is 118 - color contains mainly: blue. Hex color #020376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020376 is #FDFC89. Grayscale: #0F0F0F. Windows color (decimal): -16645258 or 7734018. OLE color: 7734018.

HSL color Cylindrical-coordinate representation of color #020376: hue angle of 239.48º 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 #020376 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 3 118 -
CMYK 0.98 0.97 0 0.54
HSL 239.48º 0.97% 0.24% -
HSV(B) 239.48º 0.98% 0.46% -
XYZ 3.33 1.39 17.23 -
YUV 15.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 2 3 118 0.98 0.97 0 0.54 239.48 0.97 0.24
Hex 2 3 76 62 61 0 36 EF 61 18
Octal 2 3 166 142 141 0 66 357 141 30
Binary 10 11 1110110 1100010 1100001 0 110110 11101111 1100001 11000

Color Harmonies of #020376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020376

Black with #020376

Text Example


Text Example

White with #020376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020376; }

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

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

background-color css

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

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

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

border-color css

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

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

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