#020156

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

Shades of Navy #020156

Tints of Navy #020156

Color information

#020156 (or 0x020156) is unknown color: approx Navy. HEX triplet: 02, 01 and 56. RGB value is (2,1,86). Sum of RGB (Red+Green+Blue) = 2+1+86=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 86 (33.98% from 255 or 96.63% from 89); Max value from RGB is 86 - color contains mainly: blue. Hex color #020156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020156 is #FDFEA9. Grayscale: #0A0A0A. Windows color (decimal): -16645802 or 5636354. OLE color: 5636354.

HSL color Cylindrical-coordinate representation of color #020156: hue angle of 240.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020156 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB2186-
CMYK0.980.9900.66
HSL240.71º97.7%17.06%-
HSV(B)240.71º98.84%33.73%-
XYZ1.720.718.85-
YUV10.99170.33121.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 86 (33.98% from 255) = 96.63%
R=2.25%
G=1.12%
B=96.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal21860.980.9900.66240.7197.717.06
Hex21566263042f16211
Octal21126142143010236114221
Binary1011010110110001011000110100001011110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020156; }

 p { color: rgb(2,1,86); }

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

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

 a { background-color: rgb(2,1,86); }

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

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

 span { border-color: rgb(2,1,86); }

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