Html Css Color HEX #020C7C Navy

📋 copy color: '#020C7C'

red 2 ◦ green 12 ◦ blue 124

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

Shades of Navy #020C7C

Tints of Navy #020C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 89.86%

R = 1.45%
G = 8.7%
B = 89.86%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#020C7C (or 0x020C7C) is known color: Navy. HEX triplet: 02, 0C and 7C. RGB value is (2,12,124). Sum of RGB (Red+Green+Blue) = 2+12+124=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 124 (48.83% from 255 or 89.86% from 138); Max value from RGB is 124 - color contains mainly: blue. Hex color #020C7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C7C is #FDF383. Grayscale: #151515. Windows color (decimal): -16642948 or 8129538. OLE color: 8129538.

HSL color Cylindrical-coordinate representation of color #020C7C: hue angle of 235.08º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C7C is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 12 124 -
CMYK 0.98 0.90 0 0.51
HSL 235.08º 0.97% 0.25% -
HSV(B) 235.08º 0.98% 0.49% -
XYZ 3.79 1.73 19.2 -
YUV 21.78 185.69 113.89 -
System Red Green Blue C M Y K H S L
Decimal 2 12 124 0.98 0.90 0 0.51 235.08 0.97 0.25
Hex 2 C 7C 62 5A 0 33 EB 61 19
Octal 2 14 174 142 132 0 63 353 141 31
Binary 10 1100 1111100 1100010 1011010 0 110011 11101011 1100001 11001

Color Harmonies of #020C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C7C

Black with #020C7C

Text Example


Text Example

White with #020C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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