Html Css Color HEX #020156 Navy

📋 copy color: '#020156'

red 2 ◦ green 1 ◦ blue 86

#020156
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #020156

Tints of Navy #020156

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 value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#020156 (or 0x020156) is known color: 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

RGB 2 1 86 -
CMYK 0.98 0.99 0 0.66
HSL 240.71º 0.98% 0.17% -
HSV(B) 240.71º 0.99% 0.34% -
XYZ 1.72 0.71 8.85 -
YUV 10.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 2 1 86 0.98 0.99 0 0.66 240.71 0.98 0.17
Hex 2 1 56 62 63 0 42 F1 62 11
Octal 2 1 126 142 143 0 102 361 142 21
Binary 10 1 1010110 1100010 1100011 0 1000010 11110001 1100010 10001

Color Harmonies of #020156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020156

Black with #020156

Text Example


Text Example

White with #020156

Text Example


Text Example

HTML Codes & Css Web 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>