Shades of Midnight Blue #050154
Tints of Midnight Blue #050154
RGB
CMYK
RGB Variations
Color information
#050154 (or 0x050154) is known color: Midnight Blue. HEX triplet: 05, 01 and 54. RGB value is (5,1,84). Sum of RGB (Red+Green+Blue) = 5+1+84=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 84 (33.20% from 255 or 93.33% from 90); Max value from RGB is 84 - color contains mainly: blue. Hex color #050154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050154 is #FAFEAB. Grayscale: #0B0B0B. Windows color (decimal): -16449196 or 5505285. OLE color: 5505285.
HSL color Cylindrical-coordinate representation of color #050154: hue angle of 242.89º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050154 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 1 | 84 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.67 |
| HSL | 242.89º | 0.98% | 0.17% | - |
| HSV(B) | 242.89º | 0.99% | 0.33% | - |
| XYZ | 1.67 | 0.69 | 8.43 | - |
| YUV | 11.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 84 | 0.94 | 0.99 | 0 | 0.67 | 242.89 | 0.98 | 0.17 |
| Hex | 5 | 1 | 54 | 5E | 63 | 0 | 43 | F3 | 62 | 11 |
| Octal | 5 | 1 | 124 | 136 | 143 | 0 | 103 | 363 | 142 | 21 |
| Binary | 101 | 1 | 1010100 | 1011110 | 1100011 | 0 | 1000011 | 11110011 | 1100010 | 10001 |
Color Harmonies of #050154
Complementary color
Monochromatic Colors of #050154
Black with #050154
Text Example
Text Example
White with #050154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050154; }
p { color: rgb(5,1,84); }
H1.HeaderClassName
{
color: #050154;
}
.AnyTagClassName
{
color: #050154;
}
</style>
background-color css
<style>
a { background-color: #050154; }
a { background-color: rgb(5,1,84); }
div.DivClassName
{
background-color: #050154;
}
.BgClassName
{
background-color: #050154;
}
</style>
border-color css
<style>
span { border-color: #050154; }
span { border-color: rgb(5,1,84); }
td.TdClassName
{
border-color: #050154;
}
.TagClassName
{
border-color: #050154;
}
</style>