Html Css Color HEX #020072 Navy

📋 copy color: '#020072'

red 2 ◦ green 0 ◦ blue 114

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

Shades of Navy #020072

Tints of Navy #020072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.72%
G = 0%
B = 98.28%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020072 (or 0x020072) is known color: Navy. HEX triplet: 02, 00 and 72. RGB value is (2,0,114). Sum of RGB (Red+Green+Blue) = 2+0+114=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 114 (44.92% from 255 or 98.28% from 116); Max value from RGB is 114 - color contains mainly: blue. Hex color #020072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020072 is #FDFF8D. Grayscale: #0D0D0D. Windows color (decimal): -16646030 or 7471106. OLE color: 7471106.

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

Color convert

RGB 2 0 114 -
CMYK 0.98 1 0 0.55
HSL 241.05º 1% 0.22% -
HSV(B) 241.05º 1% 0.45% -
XYZ 3.06 1.23 16 -
YUV 13.59 184.66 119.73 -
System Red Green Blue C M Y K H S L
Decimal 2 0 114 0.98 1 0 0.55 241.05 1 0.22
Hex 2 0 72 62 64 0 37 F1 64 16
Octal 2 0 162 142 144 0 67 361 144 26
Binary 10 0 1110010 1100010 1100100 0 110111 11110001 1100100 10110

Color Harmonies of #020072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020072

Black with #020072

Text Example


Text Example

White with #020072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020072; }

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

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

background-color css

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

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

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

border-color css

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

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

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