Shades of Midnight Blue #050A66
Tints of Midnight Blue #050A66
RGB
CMYK
RGB Variations
Color information
#050A66 (or 0x050A66) is known color: Midnight Blue. HEX triplet: 05, 0A and 66. RGB value is (5,10,102). Sum of RGB (Red+Green+Blue) = 5+10+102=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 102 (40.23% from 255 or 87.18% from 117); Max value from RGB is 102 - color contains mainly: blue. Hex color #050A66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A66 is #FAF599. Grayscale: #121212. Windows color (decimal): -16446874 or 6687237. OLE color: 6687237.
HSL color Cylindrical-coordinate representation of color #050A66: hue angle of 236.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050A66 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 10 | 102 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.6 |
| HSL | 236.91º | 0.91% | 0.21% | - |
| HSV(B) | 236.91º | 0.95% | 0.4% | - |
| XYZ | 2.57 | 1.21 | 12.67 | - |
| YUV | 18.99 | 174.84 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 102 | 0.95 | 0.90 | 0 | 0.6 | 236.91 | 0.91 | 0.21 |
| Hex | 5 | A | 66 | 5F | 5A | 0 | 3C | ED | 5B | 15 |
| Octal | 5 | 12 | 146 | 137 | 132 | 0 | 74 | 355 | 133 | 25 |
| Binary | 101 | 1010 | 1100110 | 1011111 | 1011010 | 0 | 111100 | 11101101 | 1011011 | 10101 |
Color Harmonies of #050A66
Complementary color
Monochromatic Colors of #050A66
Black with #050A66
Text Example
Text Example
White with #050A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A66; }
p { color: rgb(5,10,102); }
H1.HeaderClassName
{
color: #050A66;
}
.AnyTagClassName
{
color: #050A66;
}
</style>
background-color css
<style>
a { background-color: #050A66; }
a { background-color: rgb(5,10,102); }
div.DivClassName
{
background-color: #050A66;
}
.BgClassName
{
background-color: #050A66;
}
</style>
border-color css
<style>
span { border-color: #050A66; }
span { border-color: rgb(5,10,102); }
td.TdClassName
{
border-color: #050A66;
}
.TagClassName
{
border-color: #050A66;
}
</style>