Shades of Midnight Blue #060553
Tints of Midnight Blue #060553
RGB
CMYK
RGB Variations
Color information
#060553 (or 0x060553) is known color: Midnight Blue. HEX triplet: 06, 05 and 53. RGB value is (6,5,83). Sum of RGB (Red+Green+Blue) = 6+5+83=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 5 (2.34% from 255 or 5.32% 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 #060553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060553 is #F9FAAC. Grayscale: #0D0D0D. Windows color (decimal): -16382637 or 5440774. OLE color: 5440774.
HSL color Cylindrical-coordinate representation of color #060553: hue angle of 240.77º 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 #060553 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 5 | 83 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.67 |
| HSL | 240.77º | 0.89% | 0.17% | - |
| HSV(B) | 240.77º | 0.94% | 0.33% | - |
| XYZ | 1.69 | 0.77 | 8.24 | - |
| YUV | 14.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 83 | 0.93 | 0.94 | 0 | 0.67 | 240.77 | 0.89 | 0.17 |
| Hex | 6 | 5 | 53 | 5D | 5E | 0 | 43 | F1 | 59 | 11 |
| Octal | 6 | 5 | 123 | 135 | 136 | 0 | 103 | 361 | 131 | 21 |
| Binary | 110 | 101 | 1010011 | 1011101 | 1011110 | 0 | 1000011 | 11110001 | 1011001 | 10001 |
Color Harmonies of #060553
Complementary color
Monochromatic Colors of #060553
Black with #060553
Text Example
Text Example
White with #060553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060553; }
p { color: rgb(6,5,83); }
H1.HeaderClassName
{
color: #060553;
}
.AnyTagClassName
{
color: #060553;
}
</style>
background-color css
<style>
a { background-color: #060553; }
a { background-color: rgb(6,5,83); }
div.DivClassName
{
background-color: #060553;
}
.BgClassName
{
background-color: #060553;
}
</style>
border-color css
<style>
span { border-color: #060553; }
span { border-color: rgb(6,5,83); }
td.TdClassName
{
border-color: #060553;
}
.TagClassName
{
border-color: #060553;
}
</style>