Shades of New Midnight Blue #0502AB
Tints of New Midnight Blue #0502AB
RGB
CMYK
RGB Variations
Color information
#0502AB (or 0x0502AB) is known color: New Midnight Blue. HEX triplet: 05, 02 and AB. RGB value is (5,2,171). Sum of RGB (Red+Green+Blue) = 5+2+171=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 171 (67.19% from 255 or 96.07% from 178); Max value from RGB is 171 - color contains mainly: blue. Hex color #0502AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0502AB is #FAFD54. Grayscale: #151515. Windows color (decimal): -16448853 or 11207173. OLE color: 11207173.
HSL color Cylindrical-coordinate representation of color #0502AB: hue angle of 241.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0502AB is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 2 | 171 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.33 |
| HSL | 241.07º | 0.98% | 0.34% | - |
| HSV(B) | 241.07º | 0.99% | 0.67% | - |
| XYZ | 7.43 | 3.02 | 38.72 | - |
| YUV | 22.16 | 211.99 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 171 | 0.97 | 0.99 | 0 | 0.33 | 241.07 | 0.98 | 0.34 |
| Hex | 5 | 2 | AB | 61 | 63 | 0 | 21 | F1 | 62 | 22 |
| Octal | 5 | 2 | 253 | 141 | 143 | 0 | 41 | 361 | 142 | 42 |
| Binary | 101 | 10 | 10101011 | 1100001 | 1100011 | 0 | 100001 | 11110001 | 1100010 | 100010 |
Color Harmonies of #0502AB
Complementary color
Monochromatic Colors of #0502AB
Black with #0502AB
Text Example
Text Example
White with #0502AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0502AB; }
p { color: rgb(5,2,171); }
H1.HeaderClassName
{
color: #0502AB;
}
.AnyTagClassName
{
color: #0502AB;
}
</style>
background-color css
<style>
a { background-color: #0502AB; }
a { background-color: rgb(5,2,171); }
div.DivClassName
{
background-color: #0502AB;
}
.BgClassName
{
background-color: #0502AB;
}
</style>
border-color css
<style>
span { border-color: #0502AB; }
span { border-color: rgb(5,2,171); }
td.TdClassName
{
border-color: #0502AB;
}
.TagClassName
{
border-color: #0502AB;
}
</style>