Shades of New Midnight Blue #0507AA
Tints of New Midnight Blue #0507AA
RGB
CMYK
RGB Variations
Color information
#0507AA (or 0x0507AA) is known color: New Midnight Blue. HEX triplet: 05, 07 and AA. RGB value is (5,7,170). Sum of RGB (Red+Green+Blue) = 5+7+170=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 170 (66.80% from 255 or 93.41% from 182); Max value from RGB is 170 - color contains mainly: blue. Hex color #0507AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0507AA is #FAF855. Grayscale: #181818. Windows color (decimal): -16447574 or 11142917. OLE color: 11142917.
HSL color Cylindrical-coordinate representation of color #0507AA: hue angle of 239.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0507AA is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 7 | 170 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.33 |
| HSL | 239.27º | 0.94% | 0.34% | - |
| HSV(B) | 239.27º | 0.97% | 0.67% | - |
| XYZ | 7.39 | 3.09 | 38.24 | - |
| YUV | 24.98 | 209.84 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 170 | 0.97 | 0.96 | 0 | 0.33 | 239.27 | 0.94 | 0.34 |
| Hex | 5 | 7 | AA | 61 | 60 | 0 | 21 | EF | 5E | 22 |
| Octal | 5 | 7 | 252 | 141 | 140 | 0 | 41 | 357 | 136 | 42 |
| Binary | 101 | 111 | 10101010 | 1100001 | 1100000 | 0 | 100001 | 11101111 | 1011110 | 100010 |
Color Harmonies of #0507AA
Complementary color
Monochromatic Colors of #0507AA
Black with #0507AA
Text Example
Text Example
White with #0507AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0507AA; }
p { color: rgb(5,7,170); }
H1.HeaderClassName
{
color: #0507AA;
}
.AnyTagClassName
{
color: #0507AA;
}
</style>
background-color css
<style>
a { background-color: #0507AA; }
a { background-color: rgb(5,7,170); }
div.DivClassName
{
background-color: #0507AA;
}
.BgClassName
{
background-color: #0507AA;
}
</style>
border-color css
<style>
span { border-color: #0507AA; }
span { border-color: rgb(5,7,170); }
td.TdClassName
{
border-color: #0507AA;
}
.TagClassName
{
border-color: #0507AA;
}
</style>