Html Css Color HEX #020067 Navy

📋 copy color: '#020067'

red 2 ◦ green 0 ◦ blue 103

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

Shades of Navy #020067

Tints of Navy #020067

RGB

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

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

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

R = 1.9%
G = 0%
B = 98.1%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#020067 (or 0x020067) is known color: Navy. HEX triplet: 02, 00 and 67. RGB value is (2,0,103). Sum of RGB (Red+Green+Blue) = 2+0+103=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 103 (40.62% from 255 or 98.10% from 105); Max value from RGB is 103 - color contains mainly: blue. Hex color #020067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020067 is #FDFF98. Grayscale: #0B0B0B. Windows color (decimal): -16646041 or 6750210. OLE color: 6750210.

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

Color convert

RGB 2 0 103 -
CMYK 0.98 1 0 0.60
HSL 241.17º 1% 0.2% -
HSV(B) 241.17º 1% 0.4% -
XYZ 2.47 0.99 12.89 -
YUV 12.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 2 0 103 0.98 1 0 0.60 241.17 1 0.2
Hex 2 0 67 62 64 0 3C F1 64 14
Octal 2 0 147 142 144 0 74 361 144 24
Binary 10 0 1100111 1100010 1100100 0 111100 11110001 1100100 10100

Color Harmonies of #020067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020067

Black with #020067

Text Example


Text Example

White with #020067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020067; }

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

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

background-color css

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

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

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

border-color css

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

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

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