#050860

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

Shades of Midnight Blue #050860

Tints of Midnight Blue #050860

Color information

#050860 (or 0x050860) is unknown color: approx Midnight Blue. HEX triplet: 05, 08 and 60. RGB value is (5,8,96). Sum of RGB (Red+Green+Blue) = 5+8+96=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 96 (37.89% from 255 or 88.07% from 109); Max value from RGB is 96 - color contains mainly: blue. Hex color #050860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050860 is #FAF79F. Grayscale: #101010. Windows color (decimal): -16447392 or 6293509. OLE color: 6293509.

HSL color Cylindrical-coordinate representation of color #050860: hue angle of 238.02º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050860 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB5896-
CMYK0.950.9200.62
HSL238.02º90.1%19.8%-
HSV(B)238.02º94.79%37.65%-
XYZ2.261.0511.15-
YUV17.14172.51119.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 96 (37.89% from 255) = 88.07%
R=4.59%
G=7.34%
B=88.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal58960.950.9200.62238.0290.119.8
Hex58605F5C03Eee5a14
Octal51014013713407635613224
Binary1011000110000010111111011100011111011101110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050860; }

 p { color: rgb(5,8,96); }

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

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

 a { background-color: rgb(5,8,96); }

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

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

 span { border-color: rgb(5,8,96); }

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