Shades of Midnight Blue #050C5A
Tints of Midnight Blue #050C5A
RGB
CMYK
RGB Variations
Color information
#050C5A (or 0x050C5A) is known color: Midnight Blue. HEX triplet: 05, 0C and 5A. RGB value is (5,12,90). Sum of RGB (Red+Green+Blue) = 5+12+90=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #050C5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C5A is #FAF3A5. Grayscale: #121212. Windows color (decimal): -16446374 or 5901317. OLE color: 5901317.
HSL color Cylindrical-coordinate representation of color #050C5A: hue angle of 235.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050C5A is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 12 | 90 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.65 |
| HSL | 235.06º | 0.89% | 0.19% | - |
| HSV(B) | 235.06º | 0.94% | 0.35% | - |
| XYZ | 2.04 | 1.03 | 9.76 | - |
| YUV | 18.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 90 | 0.94 | 0.87 | 0 | 0.65 | 235.06 | 0.89 | 0.19 |
| Hex | 5 | C | 5A | 5E | 57 | 0 | 41 | EB | 59 | 13 |
| Octal | 5 | 14 | 132 | 136 | 127 | 0 | 101 | 353 | 131 | 23 |
| Binary | 101 | 1100 | 1011010 | 1011110 | 1010111 | 0 | 1000001 | 11101011 | 1011001 | 10011 |
Color Harmonies of #050C5A
Complementary color
Monochromatic Colors of #050C5A
Black with #050C5A
Text Example
Text Example
White with #050C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C5A; }
p { color: rgb(5,12,90); }
H1.HeaderClassName
{
color: #050C5A;
}
.AnyTagClassName
{
color: #050C5A;
}
</style>
background-color css
<style>
a { background-color: #050C5A; }
a { background-color: rgb(5,12,90); }
div.DivClassName
{
background-color: #050C5A;
}
.BgClassName
{
background-color: #050C5A;
}
</style>
border-color css
<style>
span { border-color: #050C5A; }
span { border-color: rgb(5,12,90); }
td.TdClassName
{
border-color: #050C5A;
}
.TagClassName
{
border-color: #050C5A;
}
</style>