#020B7C

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

Shades of Navy #020B7C

Tints of Navy #020B7C

Color information

#020B7C (or 0x020B7C) is unknown color: approx Navy. HEX triplet: 02, 0B and 7C. RGB value is (2,11,124). Sum of RGB (Red+Green+Blue) = 2+11+124=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 124 (48.83% from 255 or 90.51% from 137); Max value from RGB is 124 - color contains mainly: blue. Hex color #020B7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B7C is #FDF483. Grayscale: #141414. Windows color (decimal): -16643204 or 8129282. OLE color: 8129282.

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

Color convert

RGB211124-
CMYK0.980.9100.51
HSL235.57º96.83%24.71%-
HSV(B)235.57º98.39%48.63%-
XYZ3.781.7119.2-
YUV21.19186.02114.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 11 (4.69% from 255) = 8.03%
BLUE value IS 124 (48.83% from 255) = 90.51%
R=1.46%
G=8.03%
B=90.51%

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
Decimal2111240.980.9100.51235.5796.8324.71
Hex2B7C625B033ec6119
Octal21317414213306335414131
Binary101011111110011000101011011011001111101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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