#050182

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

Shades of Navy #050182

Tints of Navy #050182

Color information

#050182 (or 0x050182) is unknown color: approx Navy. HEX triplet: 05, 01 and 82. RGB value is (5,1,130). Sum of RGB (Red+Green+Blue) = 5+1+130=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 130 (51.17% from 255 or 95.59% from 136); Max value from RGB is 130 - color contains mainly: blue. Hex color #050182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050182 is #FAFE7D. Grayscale: #101010. Windows color (decimal): -16449150 or 8519941. OLE color: 8519941.

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

Color convert

RGB51130-
CMYK0.960.9900.49
HSL241.86º98.47%25.69%-
HSV(B)241.86º99.23%50.98%-
XYZ4.11.6721.22-
YUV16.9191.83119.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 130 (51.17% from 255) = 95.59%
R=3.68%
G=0.74%
B=95.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511300.960.9900.49241.8698.4725.69
Hex51826063031f2621a
Octal5120214014306136214232
Binary10111000001011000001100011011000111110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050182; }

 p { color: rgb(5,1,130); }

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

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

 a { background-color: rgb(5,1,130); }

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

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

 span { border-color: rgb(5,1,130); }

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