#050C80

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

Shades of Navy #050C80

Tints of Navy #050C80

Color information

#050C80 (or 0x050C80) is unknown color: approx Navy. HEX triplet: 05, 0C and 80. RGB value is (5,12,128). Sum of RGB (Red+Green+Blue) = 5+12+128=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 128 (50.39% from 255 or 88.28% from 145); Max value from RGB is 128 - color contains mainly: blue. Hex color #050C80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C80 is #FAF37F. Grayscale: #161616. Windows color (decimal): -16446336 or 8391685. OLE color: 8391685.

HSL color Cylindrical-coordinate representation of color #050C80: hue angle of 236.59º 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 #050C80 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB512128-
CMYK0.960.9100.50
HSL236.59º92.48%26.08%-
HSV(B)236.59º96.09%50.2%-
XYZ4.091.8520.56-
YUV23.13187.18115.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 12 (5.08% from 255) = 8.28%
BLUE value IS 128 (50.39% from 255) = 88.28%
R=3.45%
G=8.28%
B=88.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5121280.960.9100.50236.5992.4826.08
Hex5C80605B032ed5c1a
Octal51420014013306235513432
Binary10111001000000011000001011011011001011101101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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