Shades of New Midnight Blue #0512AA
Tints of New Midnight Blue #0512AA
RGB
CMYK
RGB Variations
Color information
#0512AA (or 0x0512AA) is known color: New Midnight Blue. HEX triplet: 05, 12 and AA. RGB value is (5,18,170). Sum of RGB (Red+Green+Blue) = 5+18+170=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 170 (66.80% from 255 or 88.08% from 193); Max value from RGB is 170 - color contains mainly: blue. Hex color #0512AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0512AA is #FAED55. Grayscale: #1E1E1E. Windows color (decimal): -16444758 or 11145733. OLE color: 11145733.
HSL color Cylindrical-coordinate representation of color #0512AA: hue angle of 235.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0512AA is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 18 | 170 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.33 |
| HSL | 235.27º | 0.94% | 0.34% | - |
| HSV(B) | 235.27º | 0.97% | 0.67% | - |
| XYZ | 7.53 | 3.37 | 38.28 | - |
| YUV | 31.44 | 206.19 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 170 | 0.97 | 0.89 | 0 | 0.33 | 235.27 | 0.94 | 0.34 |
| Hex | 5 | 12 | AA | 61 | 59 | 0 | 21 | EB | 5E | 22 |
| Octal | 5 | 22 | 252 | 141 | 131 | 0 | 41 | 353 | 136 | 42 |
| Binary | 101 | 10010 | 10101010 | 1100001 | 1011001 | 0 | 100001 | 11101011 | 1011110 | 100010 |
Color Harmonies of #0512AA
Complementary color
Monochromatic Colors of #0512AA
Black with #0512AA
Text Example
Text Example
White with #0512AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0512AA; }
p { color: rgb(5,18,170); }
H1.HeaderClassName
{
color: #0512AA;
}
.AnyTagClassName
{
color: #0512AA;
}
</style>
background-color css
<style>
a { background-color: #0512AA; }
a { background-color: rgb(5,18,170); }
div.DivClassName
{
background-color: #0512AA;
}
.BgClassName
{
background-color: #0512AA;
}
</style>
border-color css
<style>
span { border-color: #0512AA; }
span { border-color: rgb(5,18,170); }
td.TdClassName
{
border-color: #0512AA;
}
.TagClassName
{
border-color: #0512AA;
}
</style>