Shades of Midnight Blue #050555
Tints of Midnight Blue #050555
RGB
CMYK
RGB Variations
Color information
#050555 (or 0x050555) is known color: Midnight Blue. HEX triplet: 05, 05 and 55. RGB value is (5,5,85). Sum of RGB (Red+Green+Blue) = 5+5+85=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 85 (33.59% from 255 or 89.47% from 95); Max value from RGB is 85 - color contains mainly: blue. Hex color #050555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050555 is #FAFAAA. Grayscale: #0D0D0D. Windows color (decimal): -16448171 or 5571845. OLE color: 5571845.
HSL color Cylindrical-coordinate representation of color #050555: hue angle of 240º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050555 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 5 | 85 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.67 |
| HSL | 240º | 0.89% | 0.18% | - |
| HSV(B) | 240º | 0.94% | 0.33% | - |
| XYZ | 1.76 | 0.8 | 8.66 | - |
| YUV | 14.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 85 | 0.94 | 0.94 | 0 | 0.67 | 240 | 0.89 | 0.18 |
| Hex | 5 | 5 | 55 | 5E | 5E | 0 | 43 | F0 | 59 | 12 |
| Octal | 5 | 5 | 125 | 136 | 136 | 0 | 103 | 360 | 131 | 22 |
| Binary | 101 | 101 | 1010101 | 1011110 | 1011110 | 0 | 1000011 | 11110000 | 1011001 | 10010 |
Color Harmonies of #050555
Complementary color
Monochromatic Colors of #050555
Black with #050555
Text Example
Text Example
White with #050555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050555; }
p { color: rgb(5,5,85); }
H1.HeaderClassName
{
color: #050555;
}
.AnyTagClassName
{
color: #050555;
}
</style>
background-color css
<style>
a { background-color: #050555; }
a { background-color: rgb(5,5,85); }
div.DivClassName
{
background-color: #050555;
}
.BgClassName
{
background-color: #050555;
}
</style>
border-color css
<style>
span { border-color: #050555; }
span { border-color: rgb(5,5,85); }
td.TdClassName
{
border-color: #050555;
}
.TagClassName
{
border-color: #050555;
}
</style>