Shades of New Midnight Blue #0504AD
Tints of New Midnight Blue #0504AD
RGB
CMYK
RGB Variations
Color information
#0504AD (or 0x0504AD) is known color: New Midnight Blue. HEX triplet: 05, 04 and AD. RGB value is (5,4,173). Sum of RGB (Red+Green+Blue) = 5+4+173=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 173 (67.97% from 255 or 95.05% from 182); Max value from RGB is 173 - color contains mainly: blue. Hex color #0504AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0504AD is #FAFB52. Grayscale: #161616. Windows color (decimal): -16448339 or 11338757. OLE color: 11338757.
HSL color Cylindrical-coordinate representation of color #0504AD: hue angle of 240.36º degrees, saturation: 0.95, 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 #0504AD is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 4 | 173 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.32 |
| HSL | 240.36º | 0.95% | 0.35% | - |
| HSV(B) | 240.36º | 0.98% | 0.68% | - |
| XYZ | 7.65 | 3.14 | 39.74 | - |
| YUV | 23.57 | 212.33 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 173 | 0.97 | 0.98 | 0 | 0.32 | 240.36 | 0.95 | 0.35 |
| Hex | 5 | 4 | AD | 61 | 62 | 0 | 20 | F0 | 5F | 23 |
| Octal | 5 | 4 | 255 | 141 | 142 | 0 | 40 | 360 | 137 | 43 |
| Binary | 101 | 100 | 10101101 | 1100001 | 1100010 | 0 | 100000 | 11110000 | 1011111 | 100011 |
Color Harmonies of #0504AD
Complementary color
Monochromatic Colors of #0504AD
Black with #0504AD
Text Example
Text Example
White with #0504AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0504AD; }
p { color: rgb(5,4,173); }
H1.HeaderClassName
{
color: #0504AD;
}
.AnyTagClassName
{
color: #0504AD;
}
</style>
background-color css
<style>
a { background-color: #0504AD; }
a { background-color: rgb(5,4,173); }
div.DivClassName
{
background-color: #0504AD;
}
.BgClassName
{
background-color: #0504AD;
}
</style>
border-color css
<style>
span { border-color: #0504AD; }
span { border-color: rgb(5,4,173); }
td.TdClassName
{
border-color: #0504AD;
}
.TagClassName
{
border-color: #0504AD;
}
</style>