Shades of Midnight Blue #050A68
Tints of Midnight Blue #050A68
RGB
CMYK
RGB Variations
Color information
#050A68 (or 0x050A68) is known color: Midnight Blue. HEX triplet: 05, 0A and 68. RGB value is (5,10,104). Sum of RGB (Red+Green+Blue) = 5+10+104=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 104 (41.02% from 255 or 87.39% from 119); Max value from RGB is 104 - color contains mainly: blue. Hex color #050A68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A68 is #FAF597. Grayscale: #121212. Windows color (decimal): -16446872 or 6818309. OLE color: 6818309.
HSL color Cylindrical-coordinate representation of color #050A68: hue angle of 236.97º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050A68 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 10 | 104 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.59 |
| HSL | 236.97º | 0.91% | 0.21% | - |
| HSV(B) | 236.97º | 0.95% | 0.41% | - |
| XYZ | 2.67 | 1.25 | 13.2 | - |
| YUV | 19.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 104 | 0.95 | 0.90 | 0 | 0.59 | 236.97 | 0.91 | 0.21 |
| Hex | 5 | A | 68 | 5F | 5A | 0 | 3B | ED | 5B | 15 |
| Octal | 5 | 12 | 150 | 137 | 132 | 0 | 73 | 355 | 133 | 25 |
| Binary | 101 | 1010 | 1101000 | 1011111 | 1011010 | 0 | 111011 | 11101101 | 1011011 | 10101 |
Color Harmonies of #050A68
Complementary color
Monochromatic Colors of #050A68
Black with #050A68
Text Example
Text Example
White with #050A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A68; }
p { color: rgb(5,10,104); }
H1.HeaderClassName
{
color: #050A68;
}
.AnyTagClassName
{
color: #050A68;
}
</style>
background-color css
<style>
a { background-color: #050A68; }
a { background-color: rgb(5,10,104); }
div.DivClassName
{
background-color: #050A68;
}
.BgClassName
{
background-color: #050A68;
}
</style>
border-color css
<style>
span { border-color: #050A68; }
span { border-color: rgb(5,10,104); }
td.TdClassName
{
border-color: #050A68;
}
.TagClassName
{
border-color: #050A68;
}
</style>