Shades of New Midnight Blue #050199
Tints of New Midnight Blue #050199
RGB
CMYK
RGB Variations
Color information
#050199 (or 0x050199) is known color: New Midnight Blue. HEX triplet: 05, 01 and 99. RGB value is (5,1,153). Sum of RGB (Red+Green+Blue) = 5+1+153=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 153 (60.16% from 255 or 96.23% from 159); Max value from RGB is 153 - color contains mainly: blue. Hex color #050199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050199 is #FAFE66. Grayscale: #121212. Windows color (decimal): -16449127 or 10027269. OLE color: 10027269.
HSL color Cylindrical-coordinate representation of color #050199: hue angle of 241.58º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050199 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 1 | 153 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.4 |
| HSL | 241.58º | 0.99% | 0.3% | - |
| HSV(B) | 241.58º | 0.99% | 0.6% | - |
| XYZ | 5.82 | 2.35 | 30.28 | - |
| YUV | 19.52 | 203.33 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 153 | 0.97 | 0.99 | 0 | 0.4 | 241.58 | 0.99 | 0.3 |
| Hex | 5 | 1 | 99 | 61 | 63 | 0 | 28 | F2 | 63 | 1E |
| Octal | 5 | 1 | 231 | 141 | 143 | 0 | 50 | 362 | 143 | 36 |
| Binary | 101 | 1 | 10011001 | 1100001 | 1100011 | 0 | 101000 | 11110010 | 1100011 | 11110 |
Color Harmonies of #050199
Complementary color
Monochromatic Colors of #050199
Black with #050199
Text Example
Text Example
White with #050199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050199; }
p { color: rgb(5,1,153); }
H1.HeaderClassName
{
color: #050199;
}
.AnyTagClassName
{
color: #050199;
}
</style>
background-color css
<style>
a { background-color: #050199; }
a { background-color: rgb(5,1,153); }
div.DivClassName
{
background-color: #050199;
}
.BgClassName
{
background-color: #050199;
}
</style>
border-color css
<style>
span { border-color: #050199; }
span { border-color: rgb(5,1,153); }
td.TdClassName
{
border-color: #050199;
}
.TagClassName
{
border-color: #050199;
}
</style>