#050D80

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

Shades of Navy #050D80

Tints of Navy #050D80

Color information

#050D80 (or 0x050D80) is unknown color: approx Navy. HEX triplet: 05, 0D and 80. RGB value is (5,13,128). Sum of RGB (Red+Green+Blue) = 5+13+128=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 128 (50.39% from 255 or 87.67% from 146); Max value from RGB is 128 - color contains mainly: blue. Hex color #050D80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D80 is #FAF27F. Grayscale: #171717. Windows color (decimal): -16446080 or 8391941. OLE color: 8391941.

HSL color Cylindrical-coordinate representation of color #050D80: hue angle of 236.1º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050D80 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB513128-
CMYK0.960.9000.50
HSL236.1º92.48%26.08%-
HSV(B)236.1º96.09%50.2%-
XYZ4.11.8820.57-
YUV23.72186.85114.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 13 (5.47% from 255) = 8.90%
BLUE value IS 128 (50.39% from 255) = 87.67%
R=3.42%
G=8.90%
B=87.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5131280.960.9000.50236.192.4826.08
Hex5D80605A032ec5c1a
Octal51520014013206235413432
Binary10111011000000011000001011010011001011101100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,13,128); }

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

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

 a { background-color: rgb(5,13,128); }

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

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

 span { border-color: rgb(5,13,128); }

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