#050A84

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

Shades of Navy #050A84

Tints of Navy #050A84

Color information

#050A84 (or 0x050A84) is unknown color: approx Navy. HEX triplet: 05, 0A and 84. RGB value is (5,10,132). Sum of RGB (Red+Green+Blue) = 5+10+132=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 132 (51.95% from 255 or 89.80% from 147); Max value from RGB is 132 - color contains mainly: blue. Hex color #050A84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050A84 is #FAF57B. Grayscale: #151515. Windows color (decimal): -16446844 or 8653317. OLE color: 8653317.

HSL color Cylindrical-coordinate representation of color #050A84: hue angle of 237.64º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050A84 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB510132-
CMYK0.960.9200.48
HSL237.64º92.7%26.86%-
HSV(B)237.64º96.21%51.76%-
XYZ4.341.9221.97-
YUV22.41189.84115.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 132 (51.95% from 255) = 89.80%
R=3.40%
G=6.80%
B=89.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5101320.960.9200.48237.6492.726.86
Hex5A84605C030ee5d1b
Octal51220414013406035613533
Binary10110101000010011000001011100011000011101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050A84; }

 p { color: rgb(5,10,132); }

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

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

 a { background-color: rgb(5,10,132); }

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

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

 span { border-color: rgb(5,10,132); }

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