Shades of New Midnight Blue #051198
Tints of New Midnight Blue #051198
RGB
CMYK
RGB Variations
Color information
#051198 (or 0x051198) is known color: New Midnight Blue. HEX triplet: 05, 11 and 98. RGB value is (5,17,152). Sum of RGB (Red+Green+Blue) = 5+17+152=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 152 (59.77% from 255 or 87.36% from 174); Max value from RGB is 152 - color contains mainly: blue. Hex color #051198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051198 is #FAEE67. Grayscale: #1C1C1C. Windows color (decimal): -16445032 or 9965829. OLE color: 9965829.
HSL color Cylindrical-coordinate representation of color #051198: hue angle of 235.1º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051198 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 17 | 152 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.40 |
| HSL | 235.1º | 0.94% | 0.31% | - |
| HSV(B) | 235.1º | 0.97% | 0.6% | - |
| XYZ | 5.93 | 2.7 | 29.91 | - |
| YUV | 28.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 152 | 0.97 | 0.89 | 0 | 0.40 | 235.1 | 0.94 | 0.31 |
| Hex | 5 | 11 | 98 | 61 | 59 | 0 | 28 | EB | 5E | 1F |
| Octal | 5 | 21 | 230 | 141 | 131 | 0 | 50 | 353 | 136 | 37 |
| Binary | 101 | 10001 | 10011000 | 1100001 | 1011001 | 0 | 101000 | 11101011 | 1011110 | 11111 |
Color Harmonies of #051198
Complementary color
Monochromatic Colors of #051198
Black with #051198
Text Example
Text Example
White with #051198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051198; }
p { color: rgb(5,17,152); }
H1.HeaderClassName
{
color: #051198;
}
.AnyTagClassName
{
color: #051198;
}
</style>
background-color css
<style>
a { background-color: #051198; }
a { background-color: rgb(5,17,152); }
div.DivClassName
{
background-color: #051198;
}
.BgClassName
{
background-color: #051198;
}
</style>
border-color css
<style>
span { border-color: #051198; }
span { border-color: rgb(5,17,152); }
td.TdClassName
{
border-color: #051198;
}
.TagClassName
{
border-color: #051198;
}
</style>