#021085

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

Shades of Navy #021085

Tints of Navy #021085

Color information

#021085 (or 0x021085) is unknown color: approx Navy. HEX triplet: 02, 10 and 85. RGB value is (2,16,133). Sum of RGB (Red+Green+Blue) = 2+16+133=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #021085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021085 is #FDEF7A. Grayscale: #181818. Windows color (decimal): -16641915 or 8720386. OLE color: 8720386.

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

Color convert

RGB216133-
CMYK0.980.8800.48
HSL233.59º97.04%26.47%-
HSV(B)233.59º98.5%52.16%-
XYZ4.442.0822.36-
YUV25.15188.86111.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 133 (52.34% from 255) = 88.08%
R=1.32%
G=10.60%
B=88.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2161330.980.8800.48233.5997.0426.47
Hex210856258030ea611a
Octal22020514213006035214132
Binary10100001000010111000101011000011000011101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021085; }

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

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

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

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

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

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

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

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