Shades of New Midnight Blue #051298
Tints of New Midnight Blue #051298
RGB
CMYK
RGB Variations
Color information
#051298 (or 0x051298) is known color: New Midnight Blue. HEX triplet: 05, 12 and 98. RGB value is (5,18,152). Sum of RGB (Red+Green+Blue) = 5+18+152=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 152 (59.77% from 255 or 86.86% from 175); Max value from RGB is 152 - color contains mainly: blue. Hex color #051298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051298 is #FAED67. Grayscale: #1C1C1C. Windows color (decimal): -16444776 or 9966085. OLE color: 9966085.
HSL color Cylindrical-coordinate representation of color #051298: hue angle of 234.69º 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 #051298 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 18 | 152 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.40 |
| HSL | 234.69º | 0.94% | 0.31% | - |
| HSV(B) | 234.69º | 0.97% | 0.6% | - |
| XYZ | 5.95 | 2.73 | 29.92 | - |
| YUV | 29.39 | 197.19 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 152 | 0.97 | 0.88 | 0 | 0.40 | 234.69 | 0.94 | 0.31 |
| Hex | 5 | 12 | 98 | 61 | 58 | 0 | 28 | EB | 5E | 1F |
| Octal | 5 | 22 | 230 | 141 | 130 | 0 | 50 | 353 | 136 | 37 |
| Binary | 101 | 10010 | 10011000 | 1100001 | 1011000 | 0 | 101000 | 11101011 | 1011110 | 11111 |
Color Harmonies of #051298
Complementary color
Monochromatic Colors of #051298
Black with #051298
Text Example
Text Example
White with #051298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051298; }
p { color: rgb(5,18,152); }
H1.HeaderClassName
{
color: #051298;
}
.AnyTagClassName
{
color: #051298;
}
</style>
background-color css
<style>
a { background-color: #051298; }
a { background-color: rgb(5,18,152); }
div.DivClassName
{
background-color: #051298;
}
.BgClassName
{
background-color: #051298;
}
</style>
border-color css
<style>
span { border-color: #051298; }
span { border-color: rgb(5,18,152); }
td.TdClassName
{
border-color: #051298;
}
.TagClassName
{
border-color: #051298;
}
</style>