Html Css Color HEX #020667 Navy

📋 copy color: '#020667'

red 2 ◦ green 6 ◦ blue 103

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

Shades of Navy #020667

Tints of Navy #020667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.41%

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

R = 1.8%
G = 5.41%
B = 92.79%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#020667 (or 0x020667) is known color: Navy. HEX triplet: 02, 06 and 67. RGB value is (2,6,103). Sum of RGB (Red+Green+Blue) = 2+6+103=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 103 (40.62% from 255 or 92.79% from 111); Max value from RGB is 103 - color contains mainly: blue. Hex color #020667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020667 is #FDF998. Grayscale: #0F0F0F. Windows color (decimal): -16644505 or 6751746. OLE color: 6751746.

HSL color Cylindrical-coordinate representation of color #020667: hue angle of 237.62º 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 #020667 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 6 103 -
CMYK 0.98 0.94 0 0.60
HSL 237.62º 0.96% 0.21% -
HSV(B) 237.62º 0.98% 0.4% -
XYZ 2.54 1.12 12.91 -
YUV 15.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 2 6 103 0.98 0.94 0 0.60 237.62 0.96 0.21
Hex 2 6 67 62 5E 0 3C EE 60 15
Octal 2 6 147 142 136 0 74 356 140 25
Binary 10 110 1100111 1100010 1011110 0 111100 11101110 1100000 10101

Color Harmonies of #020667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020667

Black with #020667

Text Example


Text Example

White with #020667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020667; }

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

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

background-color css

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

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

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

border-color css

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

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

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