Shades of New Midnight Blue #0513AA
Tints of New Midnight Blue #0513AA
RGB
CMYK
RGB Variations
Color information
#0513AA (or 0x0513AA) is known color: New Midnight Blue. HEX triplet: 05, 13 and AA. RGB value is (5,19,170). Sum of RGB (Red+Green+Blue) = 5+19+170=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #0513AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0513AA is #FAEC55. Grayscale: #1F1F1F. Windows color (decimal): -16444502 or 11145989. OLE color: 11145989.
HSL color Cylindrical-coordinate representation of color #0513AA: hue angle of 234.91º 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 #0513AA is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 19 | 170 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.33 |
| HSL | 234.91º | 0.94% | 0.34% | - |
| HSV(B) | 234.91º | 0.97% | 0.67% | - |
| XYZ | 7.55 | 3.4 | 38.29 | - |
| YUV | 32.03 | 205.86 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 170 | 0.97 | 0.89 | 0 | 0.33 | 234.91 | 0.94 | 0.34 |
| Hex | 5 | 13 | AA | 61 | 59 | 0 | 21 | EB | 5E | 22 |
| Octal | 5 | 23 | 252 | 141 | 131 | 0 | 41 | 353 | 136 | 42 |
| Binary | 101 | 10011 | 10101010 | 1100001 | 1011001 | 0 | 100001 | 11101011 | 1011110 | 100010 |
Color Harmonies of #0513AA
Complementary color
Monochromatic Colors of #0513AA
Black with #0513AA
Text Example
Text Example
White with #0513AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0513AA; }
p { color: rgb(5,19,170); }
H1.HeaderClassName
{
color: #0513AA;
}
.AnyTagClassName
{
color: #0513AA;
}
</style>
background-color css
<style>
a { background-color: #0513AA; }
a { background-color: rgb(5,19,170); }
div.DivClassName
{
background-color: #0513AA;
}
.BgClassName
{
background-color: #0513AA;
}
</style>
border-color css
<style>
span { border-color: #0513AA; }
span { border-color: rgb(5,19,170); }
td.TdClassName
{
border-color: #0513AA;
}
.TagClassName
{
border-color: #0513AA;
}
</style>