Shades of New Midnight Blue #0500AC
Tints of New Midnight Blue #0500AC
RGB
CMYK
RGB Variations
Color information
#0500AC (or 0x0500AC) is known color: New Midnight Blue. HEX triplet: 05, 00 and AC. RGB value is (5,0,172). Sum of RGB (Red+Green+Blue) = 5+0+172=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 172 (67.58% from 255 or 97.18% from 177); Max value from RGB is 172 - color contains mainly: blue. Hex color #0500AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0500AC is #FAFF53. Grayscale: #141414. Windows color (decimal): -16449364 or 11272197. OLE color: 11272197.
HSL color Cylindrical-coordinate representation of color #0500AC: hue angle of 241.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0500AC is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 0 | 172 | - |
| CMYK | 0.97 | 1 | 0 | 0.33 |
| HSL | 241.74º | 1% | 0.34% | - |
| HSV(B) | 241.74º | 1% | 0.67% | - |
| XYZ | 7.51 | 3.01 | 39.22 | - |
| YUV | 21.1 | 213.16 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 172 | 0.97 | 1 | 0 | 0.33 | 241.74 | 1 | 0.34 |
| Hex | 5 | 0 | AC | 61 | 64 | 0 | 21 | F2 | 64 | 22 |
| Octal | 5 | 0 | 254 | 141 | 144 | 0 | 41 | 362 | 144 | 42 |
| Binary | 101 | 0 | 10101100 | 1100001 | 1100100 | 0 | 100001 | 11110010 | 1100100 | 100010 |
Color Harmonies of #0500AC
Complementary color
Monochromatic Colors of #0500AC
Black with #0500AC
Text Example
Text Example
White with #0500AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0500AC; }
p { color: rgb(5,0,172); }
H1.HeaderClassName
{
color: #0500AC;
}
.AnyTagClassName
{
color: #0500AC;
}
</style>
background-color css
<style>
a { background-color: #0500AC; }
a { background-color: rgb(5,0,172); }
div.DivClassName
{
background-color: #0500AC;
}
.BgClassName
{
background-color: #0500AC;
}
</style>
border-color css
<style>
span { border-color: #0500AC; }
span { border-color: rgb(5,0,172); }
td.TdClassName
{
border-color: #0500AC;
}
.TagClassName
{
border-color: #0500AC;
}
</style>