Shades of New Midnight Blue #0508AA
Tints of New Midnight Blue #0508AA
RGB
CMYK
RGB Variations
Color information
#0508AA (or 0x0508AA) is known color: New Midnight Blue. HEX triplet: 05, 08 and AA. RGB value is (5,8,170). Sum of RGB (Red+Green+Blue) = 5+8+170=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 170 (66.80% from 255 or 92.90% from 183); Max value from RGB is 170 - color contains mainly: blue. Hex color #0508AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0508AA is #FAF755. Grayscale: #181818. Windows color (decimal): -16447318 or 11143173. OLE color: 11143173.
HSL color Cylindrical-coordinate representation of color #0508AA: hue angle of 238.91º 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 #0508AA is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 8 | 170 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.33 |
| HSL | 238.91º | 0.94% | 0.34% | - |
| HSV(B) | 238.91º | 0.97% | 0.67% | - |
| XYZ | 7.41 | 3.11 | 38.24 | - |
| YUV | 25.57 | 209.51 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 170 | 0.97 | 0.95 | 0 | 0.33 | 238.91 | 0.94 | 0.34 |
| Hex | 5 | 8 | AA | 61 | 5F | 0 | 21 | EF | 5E | 22 |
| Octal | 5 | 10 | 252 | 141 | 137 | 0 | 41 | 357 | 136 | 42 |
| Binary | 101 | 1000 | 10101010 | 1100001 | 1011111 | 0 | 100001 | 11101111 | 1011110 | 100010 |
Color Harmonies of #0508AA
Complementary color
Monochromatic Colors of #0508AA
Black with #0508AA
Text Example
Text Example
White with #0508AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0508AA; }
p { color: rgb(5,8,170); }
H1.HeaderClassName
{
color: #0508AA;
}
.AnyTagClassName
{
color: #0508AA;
}
</style>
background-color css
<style>
a { background-color: #0508AA; }
a { background-color: rgb(5,8,170); }
div.DivClassName
{
background-color: #0508AA;
}
.BgClassName
{
background-color: #0508AA;
}
</style>
border-color css
<style>
span { border-color: #0508AA; }
span { border-color: rgb(5,8,170); }
td.TdClassName
{
border-color: #0508AA;
}
.TagClassName
{
border-color: #0508AA;
}
</style>