Shades of Midnight Blue #050756
Tints of Midnight Blue #050756
RGB
CMYK
RGB Variations
Color information
#050756 (or 0x050756) is known color: Midnight Blue. HEX triplet: 05, 07 and 56. RGB value is (5,7,86). Sum of RGB (Red+Green+Blue) = 5+7+86=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 86 (33.98% from 255 or 87.76% from 98); Max value from RGB is 86 - color contains mainly: blue. Hex color #050756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050756 is #FAF8A9. Grayscale: #0F0F0F. Windows color (decimal): -16447658 or 5637893. OLE color: 5637893.
HSL color Cylindrical-coordinate representation of color #050756: hue angle of 238.52º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050756 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 7 | 86 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.66 |
| HSL | 238.52º | 0.89% | 0.18% | - |
| HSV(B) | 238.52º | 0.94% | 0.34% | - |
| XYZ | 1.82 | 0.86 | 8.87 | - |
| YUV | 15.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 86 | 0.94 | 0.92 | 0 | 0.66 | 238.52 | 0.89 | 0.18 |
| Hex | 5 | 7 | 56 | 5E | 5C | 0 | 42 | EF | 59 | 12 |
| Octal | 5 | 7 | 126 | 136 | 134 | 0 | 102 | 357 | 131 | 22 |
| Binary | 101 | 111 | 1010110 | 1011110 | 1011100 | 0 | 1000010 | 11101111 | 1011001 | 10010 |
Color Harmonies of #050756
Complementary color
Monochromatic Colors of #050756
Black with #050756
Text Example
Text Example
White with #050756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050756; }
p { color: rgb(5,7,86); }
H1.HeaderClassName
{
color: #050756;
}
.AnyTagClassName
{
color: #050756;
}
</style>
background-color css
<style>
a { background-color: #050756; }
a { background-color: rgb(5,7,86); }
div.DivClassName
{
background-color: #050756;
}
.BgClassName
{
background-color: #050756;
}
</style>
border-color css
<style>
span { border-color: #050756; }
span { border-color: rgb(5,7,86); }
td.TdClassName
{
border-color: #050756;
}
.TagClassName
{
border-color: #050756;
}
</style>