#020081

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

Shades of Navy #020081

Tints of Navy #020081

Color information

#020081 (or 0x020081) is unknown color: approx Navy. HEX triplet: 02, 00 and 81. RGB value is (2,0,129). Sum of RGB (Red+Green+Blue) = 2+0+129=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 129 (50.78% from 255 or 98.47% from 131); Max value from RGB is 129 - color contains mainly: blue. Hex color #020081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020081 is #FDFF7E. Grayscale: #0E0E0E. Windows color (decimal): -16646015 or 8454146. OLE color: 8454146.

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

Color convert

RGB20129-
CMYK0.98100.49
HSL240.93º100%25.29%-
HSV(B)240.93º100%50.59%-
XYZ3.991.620.87-
YUV15.3192.16118.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 98.47%
R=1.53%
G=0%
B=98.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201290.98100.49240.9310025.29
Hex20816264031f16419
Octal2020114214406136114431
Binary1001000000111000101100100011000111110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020081; }

 p { color: rgb(2,0,129); }

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

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

 a { background-color: rgb(2,0,129); }

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

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

 span { border-color: rgb(2,0,129); }

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