Shades of New Midnight Blue #0508A8
Tints of New Midnight Blue #0508A8
RGB
CMYK
RGB Variations
Color information
#0508A8 (or 0x0508A8) is known color: New Midnight Blue. HEX triplet: 05, 08 and A8. RGB value is (5,8,168). Sum of RGB (Red+Green+Blue) = 5+8+168=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 168 (66.02% from 255 or 92.82% from 181); Max value from RGB is 168 - color contains mainly: blue. Hex color #0508A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0508A8 is #FAF757. Grayscale: #181818. Windows color (decimal): -16447320 or 11012101. OLE color: 11012101.
HSL color Cylindrical-coordinate representation of color #0508A8: hue angle of 238.9º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0508A8 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 8 | 168 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.34 |
| HSL | 238.9º | 0.94% | 0.34% | - |
| HSV(B) | 238.9º | 0.97% | 0.66% | - |
| XYZ | 7.22 | 3.03 | 37.25 | - |
| YUV | 25.34 | 208.51 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 168 | 0.97 | 0.95 | 0 | 0.34 | 238.9 | 0.94 | 0.34 |
| Hex | 5 | 8 | A8 | 61 | 5F | 0 | 22 | EF | 5E | 22 |
| Octal | 5 | 10 | 250 | 141 | 137 | 0 | 42 | 357 | 136 | 42 |
| Binary | 101 | 1000 | 10101000 | 1100001 | 1011111 | 0 | 100010 | 11101111 | 1011110 | 100010 |
Color Harmonies of #0508A8
Complementary color
Monochromatic Colors of #0508A8
Black with #0508A8
Text Example
Text Example
White with #0508A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0508A8; }
p { color: rgb(5,8,168); }
H1.HeaderClassName
{
color: #0508A8;
}
.AnyTagClassName
{
color: #0508A8;
}
</style>
background-color css
<style>
a { background-color: #0508A8; }
a { background-color: rgb(5,8,168); }
div.DivClassName
{
background-color: #0508A8;
}
.BgClassName
{
background-color: #0508A8;
}
</style>
border-color css
<style>
span { border-color: #0508A8; }
span { border-color: rgb(5,8,168); }
td.TdClassName
{
border-color: #0508A8;
}
.TagClassName
{
border-color: #0508A8;
}
</style>