Html Css Color HEX #020672 Navy

📋 copy color: '#020672'

red 2 ◦ green 6 ◦ blue 114

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

Shades of Navy #020672

Tints of Navy #020672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

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

R = 1.64%
G = 4.92%
B = 93.44%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020672 (or 0x020672) is known color: Navy. HEX triplet: 02, 06 and 72. RGB value is (2,6,114). Sum of RGB (Red+Green+Blue) = 2+6+114=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 114 (44.92% from 255 or 93.44% from 122); Max value from RGB is 114 - color contains mainly: blue. Hex color #020672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020672 is #FDF98D. Grayscale: #101010. Windows color (decimal): -16644494 or 7472642. OLE color: 7472642.

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

Color convert

RGB 2 6 114 -
CMYK 0.98 0.95 0 0.55
HSL 237.86º 0.97% 0.23% -
HSV(B) 237.86º 0.98% 0.45% -
XYZ 3.13 1.36 16.02 -
YUV 17.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 2 6 114 0.98 0.95 0 0.55 237.86 0.97 0.23
Hex 2 6 72 62 5F 0 37 EE 61 17
Octal 2 6 162 142 137 0 67 356 141 27
Binary 10 110 1110010 1100010 1011111 0 110111 11101110 1100001 10111

Color Harmonies of #020672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020672

Black with #020672

Text Example


Text Example

White with #020672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020672; }

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

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

background-color css

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

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

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

border-color css

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

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

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