#050C60

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

Shades of Midnight Blue #050C60

Tints of Midnight Blue #050C60

Color information

#050C60 (or 0x050C60) is unknown color: approx Midnight Blue. HEX triplet: 05, 0C and 60. RGB value is (5,12,96). Sum of RGB (Red+Green+Blue) = 5+12+96=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 96 (37.89% from 255 or 84.96% from 113); Max value from RGB is 96 - color contains mainly: blue. Hex color #050C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C60 is #FAF39F. Grayscale: #131313. Windows color (decimal): -16446368 or 6294533. OLE color: 6294533.

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

Color convert

RGB51296-
CMYK0.950.8800.62
HSL235.38º90.1%19.8%-
HSV(B)235.38º94.79%37.65%-
XYZ2.311.1411.16-
YUV19.48171.18117.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 96 (37.89% from 255) = 84.96%
R=4.42%
G=10.62%
B=84.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal512960.950.8800.62235.3890.119.8
Hex5C605F5803Eeb5a14
Octal51414013713007635313224
Binary1011100110000010111111011000011111011101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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