Shades of Midnight Blue #050653
Tints of Midnight Blue #050653
RGB
CMYK
RGB Variations
Color information
#050653 (or 0x050653) is known color: Midnight Blue. HEX triplet: 05, 06 and 53. RGB value is (5,6,83). Sum of RGB (Red+Green+Blue) = 5+6+83=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 83 (32.81% from 255 or 88.30% from 94); Max value from RGB is 83 - color contains mainly: blue. Hex color #050653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050653 is #FAF9AC. Grayscale: #0E0E0E. Windows color (decimal): -16447917 or 5441029. OLE color: 5441029.
HSL color Cylindrical-coordinate representation of color #050653: hue angle of 239.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050653 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 6 | 83 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.67 |
| HSL | 239.23º | 0.89% | 0.17% | - |
| HSV(B) | 239.23º | 0.94% | 0.33% | - |
| XYZ | 1.69 | 0.79 | 8.25 | - |
| YUV | 14.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 83 | 0.94 | 0.93 | 0 | 0.67 | 239.23 | 0.89 | 0.17 |
| Hex | 5 | 6 | 53 | 5E | 5D | 0 | 43 | EF | 59 | 11 |
| Octal | 5 | 6 | 123 | 136 | 135 | 0 | 103 | 357 | 131 | 21 |
| Binary | 101 | 110 | 1010011 | 1011110 | 1011101 | 0 | 1000011 | 11101111 | 1011001 | 10001 |
Color Harmonies of #050653
Complementary color
Monochromatic Colors of #050653
Black with #050653
Text Example
Text Example
White with #050653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050653; }
p { color: rgb(5,6,83); }
H1.HeaderClassName
{
color: #050653;
}
.AnyTagClassName
{
color: #050653;
}
</style>
background-color css
<style>
a { background-color: #050653; }
a { background-color: rgb(5,6,83); }
div.DivClassName
{
background-color: #050653;
}
.BgClassName
{
background-color: #050653;
}
</style>
border-color css
<style>
span { border-color: #050653; }
span { border-color: rgb(5,6,83); }
td.TdClassName
{
border-color: #050653;
}
.TagClassName
{
border-color: #050653;
}
</style>