#020B70

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

Shades of Navy #020B70

Tints of Navy #020B70

Color information

#020B70 (or 0x020B70) is unknown color: approx Navy. HEX triplet: 02, 0B and 70. RGB value is (2,11,112). Sum of RGB (Red+Green+Blue) = 2+11+112=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 112 (44.14% from 255 or 89.6% from 125); Max value from RGB is 112 - color contains mainly: blue. Hex color #020B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B70 is #FDF48F. Grayscale: #131313. Windows color (decimal): -16643216 or 7342850. OLE color: 7342850.

HSL color Cylindrical-coordinate representation of color #020B70: hue angle of 235.09º 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 #020B70 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB211112-
CMYK0.980.9000.56
HSL235.09º96.49%22.35%-
HSV(B)235.09º98.21%43.92%-
XYZ3.071.4215.44-
YUV19.82180.02115.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 112 (44.14% from 255) = 89.6%
R=1.6%
G=8.8%
B=89.6%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111120.980.9000.56235.0996.4922.35
Hex2B70625A038eb6016
Octal21316014213207035314026
Binary101011111000011000101011010011100011101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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