#021183

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

Shades of Navy #021183

Tints of Navy #021183

Color information

#021183 (or 0x021183) is unknown color: approx Navy. HEX triplet: 02, 11 and 83. RGB value is (2,17,131). Sum of RGB (Red+Green+Blue) = 2+17+131=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 131 (51.56% from 255 or 87.33% from 150); Max value from RGB is 131 - color contains mainly: blue. Hex color #021183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021183 is #FDEE7C. Grayscale: #191919. Windows color (decimal): -16641661 or 8589570. OLE color: 8589570.

HSL color Cylindrical-coordinate representation of color #021183: hue angle of 233.02º 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 #021183 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB217131-
CMYK0.980.8700.49
HSL233.02º96.99%26.08%-
HSV(B)233.02º98.47%51.37%-
XYZ4.322.0521.64-
YUV25.51187.53111.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 131 (51.56% from 255) = 87.33%
R=1.33%
G=11.33%
B=87.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2171310.980.8700.49233.0296.9926.08
Hex211836257031e9611a
Octal22120314212706135114132
Binary10100011000001111000101010111011000111101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021183; }

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

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

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

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

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

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

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

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