#020070

Color #020070 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #020070

Tints of Navy #020070

Color information

#020070 (or 0x020070) is unknown color: approx Navy. HEX triplet: 02, 00 and 70. RGB value is (2,0,112). Sum of RGB (Red+Green+Blue) = 2+0+112=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 112 (44.14% from 255 or 98.25% from 114); Max value from RGB is 112 - color contains mainly: blue. Hex color #020070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020070 is #FDFF8F. Grayscale: #0C0C0C. Windows color (decimal): -16646032 or 7340034. OLE color: 7340034.

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

Color convert

RGB20112-
CMYK0.98100.56
HSL241.07º100%21.96%-
HSV(B)241.07º100%43.92%-
XYZ2.951.1815.4-
YUV13.37183.66119.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 98.25%
R=1.75%
G=0%
B=98.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal201120.98100.56241.0710021.96
Hex20706264038f16416
Octal2016014214407036114426
Binary100111000011000101100100011100011110001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020070; }

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

 H1.HeaderClassName
 {
   color: #020070;
 }
 .AnyTagClassName
 {
   color: #020070;
 }
</style>
background-color css

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

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

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

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

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

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