#020B7D

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

Shades of Navy #020B7D

Tints of Navy #020B7D

Color information

#020B7D (or 0x020B7D) is unknown color: approx Navy. HEX triplet: 02, 0B and 7D. RGB value is (2,11,125). Sum of RGB (Red+Green+Blue) = 2+11+125=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 125 (49.22% from 255 or 90.58% from 138); Max value from RGB is 125 - color contains mainly: blue. Hex color #020B7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B7D is #FDF482. Grayscale: #141414. Windows color (decimal): -16643203 or 8194818. OLE color: 8194818.

HSL color Cylindrical-coordinate representation of color #020B7D: hue angle of 235.61º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020B7D is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB211125-
CMYK0.980.9100.51
HSL235.61º96.85%24.9%-
HSV(B)235.61º98.4%49.02%-
XYZ3.851.7319.53-
YUV21.3186.52114.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 125 (49.22% from 255) = 90.58%
R=1.45%
G=7.97%
B=90.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2111250.980.9100.51235.6196.8524.9
Hex2B7D625B033ec6119
Octal21317514213306335414131
Binary101011111110111000101011011011001111101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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