Html Css Color HEX #020670 Navy

📋 copy color: '#020670'

red 2 ◦ green 6 ◦ blue 112

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

Shades of Navy #020670

Tints of Navy #020670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 93.33%

R = 1.67%
G = 5%
B = 93.33%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020670 (or 0x020670) is known color: Navy. HEX triplet: 02, 06 and 70. RGB value is (2,6,112). Sum of RGB (Red+Green+Blue) = 2+6+112=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 112 (44.14% from 255 or 93.33% from 120); Max value from RGB is 112 - color contains mainly: blue. Hex color #020670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020670 is #FDF98F. Grayscale: #101010. Windows color (decimal): -16644496 or 7341570. OLE color: 7341570.

HSL color Cylindrical-coordinate representation of color #020670: hue angle of 237.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020670 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 6 112 -
CMYK 0.98 0.95 0 0.56
HSL 237.82º 0.96% 0.22% -
HSV(B) 237.82º 0.98% 0.44% -
XYZ 3.01 1.31 15.42 -
YUV 16.89 181.67 117.38 -
System Red Green Blue C M Y K H S L
Decimal 2 6 112 0.98 0.95 0 0.56 237.82 0.96 0.22
Hex 2 6 70 62 5F 0 38 EE 60 16
Octal 2 6 160 142 137 0 70 356 140 26
Binary 10 110 1110000 1100010 1011111 0 111000 11101110 1100000 10110

Color Harmonies of #020670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020670

Black with #020670

Text Example


Text Example

White with #020670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020670; }

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

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

background-color css

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

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

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

border-color css

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

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

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