Shades of Midnight Blue #050151
Tints of Midnight Blue #050151
RGB
CMYK
RGB Variations
Color information
#050151 (or 0x050151) is known color: Midnight Blue. HEX triplet: 05, 01 and 51. RGB value is (5,1,81). Sum of RGB (Red+Green+Blue) = 5+1+81=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 81 (32.03% from 255 or 93.10% from 87); Max value from RGB is 81 - color contains mainly: blue. Hex color #050151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050151 is #FAFEAE. Grayscale: #0B0B0B. Windows color (decimal): -16449199 or 5308677. OLE color: 5308677.
HSL color Cylindrical-coordinate representation of color #050151: hue angle of 243º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050151 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 1 | 81 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.68 |
| HSL | 243º | 0.98% | 0.16% | - |
| HSV(B) | 243º | 0.99% | 0.32% | - |
| XYZ | 1.56 | 0.65 | 7.83 | - |
| YUV | 11.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 81 | 0.94 | 0.99 | 0 | 0.68 | 243 | 0.98 | 0.16 |
| Hex | 5 | 1 | 51 | 5E | 63 | 0 | 44 | F3 | 62 | 10 |
| Octal | 5 | 1 | 121 | 136 | 143 | 0 | 104 | 363 | 142 | 20 |
| Binary | 101 | 1 | 1010001 | 1011110 | 1100011 | 0 | 1000100 | 11110011 | 1100010 | 10000 |
Color Harmonies of #050151
Complementary color
Monochromatic Colors of #050151
Black with #050151
Text Example
Text Example
White with #050151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050151; }
p { color: rgb(5,1,81); }
H1.HeaderClassName
{
color: #050151;
}
.AnyTagClassName
{
color: #050151;
}
</style>
background-color css
<style>
a { background-color: #050151; }
a { background-color: rgb(5,1,81); }
div.DivClassName
{
background-color: #050151;
}
.BgClassName
{
background-color: #050151;
}
</style>
border-color css
<style>
span { border-color: #050151; }
span { border-color: rgb(5,1,81); }
td.TdClassName
{
border-color: #050151;
}
.TagClassName
{
border-color: #050151;
}
</style>