Shades of New Midnight Blue #0516AC
Tints of New Midnight Blue #0516AC
RGB
CMYK
RGB Variations
Color information
#0516AC (or 0x0516AC) is known color: New Midnight Blue. HEX triplet: 05, 16 and AC. RGB value is (5,22,172). Sum of RGB (Red+Green+Blue) = 5+22+172=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 172 (67.58% from 255 or 86.43% from 199); Max value from RGB is 172 - color contains mainly: blue. Hex color #0516AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0516AC is #FAE953. Grayscale: #212121. Windows color (decimal): -16443732 or 11277829. OLE color: 11277829.
HSL color Cylindrical-coordinate representation of color #0516AC: hue angle of 233.89º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0516AC is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 22 | 172 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.33 |
| HSL | 233.89º | 0.94% | 0.35% | - |
| HSV(B) | 233.89º | 0.97% | 0.67% | - |
| XYZ | 7.8 | 3.58 | 39.31 | - |
| YUV | 34.02 | 205.87 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 172 | 0.97 | 0.87 | 0 | 0.33 | 233.89 | 0.94 | 0.35 |
| Hex | 5 | 16 | AC | 61 | 57 | 0 | 21 | EA | 5E | 23 |
| Octal | 5 | 26 | 254 | 141 | 127 | 0 | 41 | 352 | 136 | 43 |
| Binary | 101 | 10110 | 10101100 | 1100001 | 1010111 | 0 | 100001 | 11101010 | 1011110 | 100011 |
Color Harmonies of #0516AC
Complementary color
Monochromatic Colors of #0516AC
Black with #0516AC
Text Example
Text Example
White with #0516AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0516AC; }
p { color: rgb(5,22,172); }
H1.HeaderClassName
{
color: #0516AC;
}
.AnyTagClassName
{
color: #0516AC;
}
</style>
background-color css
<style>
a { background-color: #0516AC; }
a { background-color: rgb(5,22,172); }
div.DivClassName
{
background-color: #0516AC;
}
.BgClassName
{
background-color: #0516AC;
}
</style>
border-color css
<style>
span { border-color: #0516AC; }
span { border-color: rgb(5,22,172); }
td.TdClassName
{
border-color: #0516AC;
}
.TagClassName
{
border-color: #0516AC;
}
</style>