Html Css Color HEX #020372 Navy

📋 copy color: '#020372'

red 2 ◦ green 3 ◦ blue 114

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

Shades of Navy #020372

Tints of Navy #020372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 95.8%

R = 1.68%
G = 2.52%
B = 95.8%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020372 (or 0x020372) is known color: Navy. HEX triplet: 02, 03 and 72. RGB value is (2,3,114). Sum of RGB (Red+Green+Blue) = 2+3+114=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 114 (44.92% from 255 or 95.80% from 119); Max value from RGB is 114 - color contains mainly: blue. Hex color #020372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020372 is #FDFC8D. Grayscale: #0E0E0E. Windows color (decimal): -16645262 or 7471874. OLE color: 7471874.

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

Color convert

RGB 2 3 114 -
CMYK 0.98 0.97 0 0.55
HSL 239.46º 0.97% 0.23% -
HSV(B) 239.46º 0.98% 0.45% -
XYZ 3.09 1.29 16.01 -
YUV 15.36 183.67 118.47 -
System Red Green Blue C M Y K H S L
Decimal 2 3 114 0.98 0.97 0 0.55 239.46 0.97 0.23
Hex 2 3 72 62 61 0 37 EF 61 17
Octal 2 3 162 142 141 0 67 357 141 27
Binary 10 11 1110010 1100010 1100001 0 110111 11101111 1100001 10111

Color Harmonies of #020372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020372

Black with #020372

Text Example


Text Example

White with #020372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020372; }

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

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

background-color css

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

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

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

border-color css

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

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

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