Shades of New Midnight Blue #0511AB
Tints of New Midnight Blue #0511AB
RGB
CMYK
RGB Variations
Color information
#0511AB (or 0x0511AB) is known color: New Midnight Blue. HEX triplet: 05, 11 and AB. RGB value is (5,17,171). Sum of RGB (Red+Green+Blue) = 5+17+171=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 171 (67.19% from 255 or 88.60% from 193); Max value from RGB is 171 - color contains mainly: blue. Hex color #0511AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0511AB is #FAEE54. Grayscale: #1E1E1E. Windows color (decimal): -16445013 or 11211013. OLE color: 11211013.
HSL color Cylindrical-coordinate representation of color #0511AB: hue angle of 235.66º 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 #0511AB is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 17 | 171 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.33 |
| HSL | 235.66º | 0.94% | 0.35% | - |
| HSV(B) | 235.66º | 0.97% | 0.67% | - |
| XYZ | 7.61 | 3.37 | 38.78 | - |
| YUV | 30.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 171 | 0.97 | 0.90 | 0 | 0.33 | 235.66 | 0.94 | 0.35 |
| Hex | 5 | 11 | AB | 61 | 5A | 0 | 21 | EC | 5E | 23 |
| Octal | 5 | 21 | 253 | 141 | 132 | 0 | 41 | 354 | 136 | 43 |
| Binary | 101 | 10001 | 10101011 | 1100001 | 1011010 | 0 | 100001 | 11101100 | 1011110 | 100011 |
Color Harmonies of #0511AB
Complementary color
Monochromatic Colors of #0511AB
Black with #0511AB
Text Example
Text Example
White with #0511AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0511AB; }
p { color: rgb(5,17,171); }
H1.HeaderClassName
{
color: #0511AB;
}
.AnyTagClassName
{
color: #0511AB;
}
</style>
background-color css
<style>
a { background-color: #0511AB; }
a { background-color: rgb(5,17,171); }
div.DivClassName
{
background-color: #0511AB;
}
.BgClassName
{
background-color: #0511AB;
}
</style>
border-color css
<style>
span { border-color: #0511AB; }
span { border-color: rgb(5,17,171); }
td.TdClassName
{
border-color: #0511AB;
}
.TagClassName
{
border-color: #0511AB;
}
</style>