#050960

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

Shades of Midnight Blue #050960

Tints of Midnight Blue #050960

Color information

#050960 (or 0x050960) is unknown color: approx Midnight Blue. HEX triplet: 05, 09 and 60. RGB value is (5,9,96). Sum of RGB (Red+Green+Blue) = 5+9+96=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 96 (37.89% from 255 or 87.27% from 110); Max value from RGB is 96 - color contains mainly: blue. Hex color #050960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050960 is #FAF69F. Grayscale: #111111. Windows color (decimal): -16447136 or 6293765. OLE color: 6293765.

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

Color convert

RGB5996-
CMYK0.950.9100.62
HSL237.36º90.1%19.8%-
HSV(B)237.36º94.79%37.65%-
XYZ2.271.0711.15-
YUV17.72172.17118.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 96 (37.89% from 255) = 87.27%
R=4.55%
G=8.18%
B=87.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal59960.950.9100.62237.3690.119.8
Hex59605F5B03Eed5a14
Octal51114013713307635513224
Binary1011001110000010111111011011011111011101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050960; }

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

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

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

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

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

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

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

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