#020B6F

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

Shades of Navy #020B6F

Tints of Navy #020B6F

Color information

#020B6F (or 0x020B6F) is unknown color: approx Navy. HEX triplet: 02, 0B and 6F. RGB value is (2,11,111). Sum of RGB (Red+Green+Blue) = 2+11+111=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 111 (43.75% from 255 or 89.52% from 124); Max value from RGB is 111 - color contains mainly: blue. Hex color #020B6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B6F is #FDF490. Grayscale: #131313. Windows color (decimal): -16643217 or 7277314. OLE color: 7277314.

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

Color convert

RGB211111-
CMYK0.980.9000.56
HSL235.05º96.46%22.16%-
HSV(B)235.05º98.2%43.53%-
XYZ3.011.415.15-
YUV19.71179.52115.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 111 (43.75% from 255) = 89.52%
R=1.61%
G=8.87%
B=89.52%

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
Decimal2111110.980.9000.56235.0596.4622.16
Hex2B6F625A038eb6016
Octal21315714213207035314026
Binary101011110111111000101011010011100011101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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