Html Css Color HEX #020C67 Navy

📋 copy color: '#020C67'

red 2 ◦ green 12 ◦ blue 103

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

Shades of Navy #020C67

Tints of Navy #020C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 88.03%

R = 1.71%
G = 10.26%
B = 88.03%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#020C67 (or 0x020C67) is known color: Navy. HEX triplet: 02, 0C and 67. RGB value is (2,12,103). Sum of RGB (Red+Green+Blue) = 2+12+103=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 103 (40.62% from 255 or 88.03% from 117); Max value from RGB is 103 - color contains mainly: blue. Hex color #020C67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C67 is #FDF398. Grayscale: #131313. Windows color (decimal): -16642969 or 6753282. OLE color: 6753282.

HSL color Cylindrical-coordinate representation of color #020C67: hue angle of 234.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C67 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 12 103 -
CMYK 0.98 0.88 0 0.60
HSL 234.06º 0.96% 0.21% -
HSV(B) 234.06º 0.98% 0.4% -
XYZ 2.6 1.26 12.94 -
YUV 19.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 2 12 103 0.98 0.88 0 0.60 234.06 0.96 0.21
Hex 2 C 67 62 58 0 3C EA 60 15
Octal 2 14 147 142 130 0 74 352 140 25
Binary 10 1100 1100111 1100010 1011000 0 111100 11101010 1100000 10101

Color Harmonies of #020C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C67

Black with #020C67

Text Example


Text Example

White with #020C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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