#050560

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

Shades of Midnight Blue #050560

Tints of Midnight Blue #050560

Color information

#050560 (or 0x050560) is unknown color: approx Midnight Blue. HEX triplet: 05, 05 and 60. RGB value is (5,5,96). Sum of RGB (Red+Green+Blue) = 5+5+96=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 96 (37.89% from 255 or 90.57% from 106); Max value from RGB is 96 - color contains mainly: blue. Hex color #050560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050560 is #FAFA9F. Grayscale: #0F0F0F. Windows color (decimal): -16448160 or 6292741. OLE color: 6292741.

HSL color Cylindrical-coordinate representation of color #050560: hue angle of 240º 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 #050560 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB5596-
CMYK0.950.9500.62
HSL240º90.1%19.8%-
HSV(B)240º94.79%37.65%-
XYZ2.230.9911.14-
YUV15.37173.5120.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 96 (37.89% from 255) = 90.57%
R=4.72%
G=4.72%
B=90.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal55960.950.9500.6224090.119.8
Hex55605F5F03Ef05a14
Octal5514013713707636013224
Binary101101110000010111111011111011111011110000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050560; }

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

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

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

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

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

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

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

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