Shades of New Midnight Blue #050FA8
Tints of New Midnight Blue #050FA8
RGB
CMYK
RGB Variations
Color information
#050FA8 (or 0x050FA8) is known color: New Midnight Blue. HEX triplet: 05, 0F and A8. RGB value is (5,15,168). Sum of RGB (Red+Green+Blue) = 5+15+168=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 168 (66.02% from 255 or 89.36% from 188); Max value from RGB is 168 - color contains mainly: blue. Hex color #050FA8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050FA8 is #FAF057. Grayscale: #1C1C1C. Windows color (decimal): -16445528 or 11013893. OLE color: 11013893.
HSL color Cylindrical-coordinate representation of color #050FA8: hue angle of 236.32º 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 #050FA8 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 15 | 168 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.34 |
| HSL | 236.32º | 0.94% | 0.34% | - |
| HSV(B) | 236.32º | 0.97% | 0.66% | - |
| XYZ | 7.3 | 3.2 | 37.28 | - |
| YUV | 29.45 | 206.19 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 168 | 0.97 | 0.91 | 0 | 0.34 | 236.32 | 0.94 | 0.34 |
| Hex | 5 | F | A8 | 61 | 5B | 0 | 22 | EC | 5E | 22 |
| Octal | 5 | 17 | 250 | 141 | 133 | 0 | 42 | 354 | 136 | 42 |
| Binary | 101 | 1111 | 10101000 | 1100001 | 1011011 | 0 | 100010 | 11101100 | 1011110 | 100010 |
Color Harmonies of #050FA8
Complementary color
Monochromatic Colors of #050FA8
Black with #050FA8
Text Example
Text Example
White with #050FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050FA8; }
p { color: rgb(5,15,168); }
H1.HeaderClassName
{
color: #050FA8;
}
.AnyTagClassName
{
color: #050FA8;
}
</style>
background-color css
<style>
a { background-color: #050FA8; }
a { background-color: rgb(5,15,168); }
div.DivClassName
{
background-color: #050FA8;
}
.BgClassName
{
background-color: #050FA8;
}
</style>
border-color css
<style>
span { border-color: #050FA8; }
span { border-color: rgb(5,15,168); }
td.TdClassName
{
border-color: #050FA8;
}
.TagClassName
{
border-color: #050FA8;
}
</style>