#021083

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

Shades of Navy #021083

Tints of Navy #021083

Color information

#021083 (or 0x021083) is unknown color: approx Navy. HEX triplet: 02, 10 and 83. RGB value is (2,16,131). Sum of RGB (Red+Green+Blue) = 2+16+131=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 131 (51.56% from 255 or 87.92% from 149); Max value from RGB is 131 - color contains mainly: blue. Hex color #021083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021083 is #FDEF7C. Grayscale: #181818. Windows color (decimal): -16641917 or 8589314. OLE color: 8589314.

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

Color convert

RGB216131-
CMYK0.980.8800.49
HSL233.49º96.99%26.08%-
HSV(B)233.49º98.47%51.37%-
XYZ4.312.0221.64-
YUV24.92187.86111.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 131 (51.56% from 255) = 87.92%
R=1.34%
G=10.74%
B=87.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2161310.980.8800.49233.4996.9926.08
Hex210836258031e9611a
Octal22020314213006135114132
Binary10100001000001111000101011000011000111101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021083; }

 p { color: rgb(2,16,131); }

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

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

 a { background-color: rgb(2,16,131); }

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

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

 span { border-color: rgb(2,16,131); }

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