#050482

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

Shades of Navy #050482

Tints of Navy #050482

Color information

#050482 (or 0x050482) is unknown color: approx Navy. HEX triplet: 05, 04 and 82. RGB value is (5,4,130). Sum of RGB (Red+Green+Blue) = 5+4+130=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 130 (51.17% from 255 or 93.53% from 139); Max value from RGB is 130 - color contains mainly: blue. Hex color #050482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050482 is #FAFB7D. Grayscale: #121212. Windows color (decimal): -16448382 or 8520709. OLE color: 8520709.

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

Color convert

RGB54130-
CMYK0.960.9700.49
HSL240.48º94.03%26.27%-
HSV(B)240.48º96.92%50.98%-
XYZ4.141.7321.24-
YUV18.66190.83118.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 130 (51.17% from 255) = 93.53%
R=3.60%
G=2.88%
B=93.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541300.960.9700.49240.4894.0326.27
Hex54826061031f05e1a
Octal5420214014106136013632
Binary1011001000001011000001100001011000111110000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050482; }

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

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

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

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

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

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

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

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