Shades of New Midnight Blue #0503AD
Tints of New Midnight Blue #0503AD
RGB
CMYK
RGB Variations
Color information
#0503AD (or 0x0503AD) is known color: New Midnight Blue. HEX triplet: 05, 03 and AD. RGB value is (5,3,173). Sum of RGB (Red+Green+Blue) = 5+3+173=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 173 (67.97% from 255 or 95.58% from 181); Max value from RGB is 173 - color contains mainly: blue. Hex color #0503AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0503AD is #FAFC52. Grayscale: #161616. Windows color (decimal): -16448595 or 11338501. OLE color: 11338501.
HSL color Cylindrical-coordinate representation of color #0503AD: hue angle of 240.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0503AD is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 3 | 173 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.32 |
| HSL | 240.71º | 0.97% | 0.35% | - |
| HSV(B) | 240.71º | 0.98% | 0.68% | - |
| XYZ | 7.64 | 3.11 | 39.73 | - |
| YUV | 22.98 | 212.66 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 173 | 0.97 | 0.98 | 0 | 0.32 | 240.71 | 0.97 | 0.35 |
| Hex | 5 | 3 | AD | 61 | 62 | 0 | 20 | F1 | 61 | 23 |
| Octal | 5 | 3 | 255 | 141 | 142 | 0 | 40 | 361 | 141 | 43 |
| Binary | 101 | 11 | 10101101 | 1100001 | 1100010 | 0 | 100000 | 11110001 | 1100001 | 100011 |
Color Harmonies of #0503AD
Complementary color
Monochromatic Colors of #0503AD
Black with #0503AD
Text Example
Text Example
White with #0503AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0503AD; }
p { color: rgb(5,3,173); }
H1.HeaderClassName
{
color: #0503AD;
}
.AnyTagClassName
{
color: #0503AD;
}
</style>
background-color css
<style>
a { background-color: #0503AD; }
a { background-color: rgb(5,3,173); }
div.DivClassName
{
background-color: #0503AD;
}
.BgClassName
{
background-color: #0503AD;
}
</style>
border-color css
<style>
span { border-color: #0503AD; }
span { border-color: rgb(5,3,173); }
td.TdClassName
{
border-color: #0503AD;
}
.TagClassName
{
border-color: #0503AD;
}
</style>