Html Css Color HEX #020C73 Navy

📋 copy color: '#020C73'

red 2 ◦ green 12 ◦ blue 115

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

Shades of Navy #020C73

Tints of Navy #020C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.3%

 BLUE value IS 115 (45.31% from 255) = 89.15%

R = 1.55%
G = 9.3%
B = 89.15%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020C73 (or 0x020C73) is known color: Navy. HEX triplet: 02, 0C and 73. RGB value is (2,12,115). Sum of RGB (Red+Green+Blue) = 2+12+115=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 115 (45.31% from 255 or 89.15% from 129); Max value from RGB is 115 - color contains mainly: blue. Hex color #020C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C73 is #FDF38C. Grayscale: #141414. Windows color (decimal): -16642957 or 7539714. OLE color: 7539714.

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

Color convert

RGB 2 12 115 -
CMYK 0.98 0.90 0 0.55
HSL 234.69º 0.97% 0.23% -
HSV(B) 234.69º 0.98% 0.45% -
XYZ 3.25 1.51 16.34 -
YUV 20.75 181.19 114.62 -
System Red Green Blue C M Y K H S L
Decimal 2 12 115 0.98 0.90 0 0.55 234.69 0.97 0.23
Hex 2 C 73 62 5A 0 37 EB 61 17
Octal 2 14 163 142 132 0 67 353 141 27
Binary 10 1100 1110011 1100010 1011010 0 110111 11101011 1100001 10111

Color Harmonies of #020C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C73

Black with #020C73

Text Example


Text Example

White with #020C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,12,115); }

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

background-color css

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

 a { background-color: rgb(2,12,115); }

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

border-color css

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

 span { border-color: rgb(2,12,115); }

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