Shades of New Midnight Blue #0512A4
Tints of New Midnight Blue #0512A4
RGB
CMYK
RGB Variations
Color information
#0512A4 (or 0x0512A4) is known color: New Midnight Blue. HEX triplet: 05, 12 and A4. RGB value is (5,18,164). Sum of RGB (Red+Green+Blue) = 5+18+164=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 164 (64.45% from 255 or 87.70% from 187); Max value from RGB is 164 - color contains mainly: blue. Hex color #0512A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0512A4 is #FAED5B. Grayscale: #1E1E1E. Windows color (decimal): -16444764 or 10752517. OLE color: 10752517.
HSL color Cylindrical-coordinate representation of color #0512A4: hue angle of 235.09º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0512A4 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 18 | 164 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.36 |
| HSL | 235.09º | 0.94% | 0.33% | - |
| HSV(B) | 235.09º | 0.97% | 0.64% | - |
| XYZ | 6.98 | 3.15 | 35.36 | - |
| YUV | 30.76 | 203.19 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 164 | 0.97 | 0.89 | 0 | 0.36 | 235.09 | 0.94 | 0.33 |
| Hex | 5 | 12 | A4 | 61 | 59 | 0 | 24 | EB | 5E | 21 |
| Octal | 5 | 22 | 244 | 141 | 131 | 0 | 44 | 353 | 136 | 41 |
| Binary | 101 | 10010 | 10100100 | 1100001 | 1011001 | 0 | 100100 | 11101011 | 1011110 | 100001 |
Color Harmonies of #0512A4
Complementary color
Monochromatic Colors of #0512A4
Black with #0512A4
Text Example
Text Example
White with #0512A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0512A4; }
p { color: rgb(5,18,164); }
H1.HeaderClassName
{
color: #0512A4;
}
.AnyTagClassName
{
color: #0512A4;
}
</style>
background-color css
<style>
a { background-color: #0512A4; }
a { background-color: rgb(5,18,164); }
div.DivClassName
{
background-color: #0512A4;
}
.BgClassName
{
background-color: #0512A4;
}
</style>
border-color css
<style>
span { border-color: #0512A4; }
span { border-color: rgb(5,18,164); }
td.TdClassName
{
border-color: #0512A4;
}
.TagClassName
{
border-color: #0512A4;
}
</style>