Shades of Midnight Blue #0A0555
Tints of Midnight Blue #0A0555
RGB
CMYK
RGB Variations
Color information
#0A0555 (or 0x0A0555) is known color: Midnight Blue. HEX triplet: 0A, 05 and 55. RGB value is (10,5,85). Sum of RGB (Red+Green+Blue) = 10+5+85=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 85 (33.59% from 255 or 85% from 100); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A0555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0555 is #F5FAAA. Grayscale: #0F0F0F. Windows color (decimal): -16120491 or 5571850. OLE color: 5571850.
HSL color Cylindrical-coordinate representation of color #0A0555: hue angle of 243.75º 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 #0A0555 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 5 | 85 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.67 |
| HSL | 243.75º | 0.89% | 0.18% | - |
| HSV(B) | 243.75º | 0.94% | 0.33% | - |
| XYZ | 1.82 | 0.83 | 8.66 | - |
| YUV | 15.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 85 | 0.88 | 0.94 | 0 | 0.67 | 243.75 | 0.89 | 0.18 |
| Hex | A | 5 | 55 | 58 | 5E | 0 | 43 | F4 | 59 | 12 |
| Octal | 12 | 5 | 125 | 130 | 136 | 0 | 103 | 364 | 131 | 22 |
| Binary | 1010 | 101 | 1010101 | 1011000 | 1011110 | 0 | 1000011 | 11110100 | 1011001 | 10010 |
Color Harmonies of #0A0555
Complementary color
Monochromatic Colors of #0A0555
Black with #0A0555
Text Example
Text Example
White with #0A0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0555; }
p { color: rgb(10,5,85); }
H1.HeaderClassName
{
color: #0A0555;
}
.AnyTagClassName
{
color: #0A0555;
}
</style>
background-color css
<style>
a { background-color: #0A0555; }
a { background-color: rgb(10,5,85); }
div.DivClassName
{
background-color: #0A0555;
}
.BgClassName
{
background-color: #0A0555;
}
</style>
border-color css
<style>
span { border-color: #0A0555; }
span { border-color: rgb(10,5,85); }
td.TdClassName
{
border-color: #0A0555;
}
.TagClassName
{
border-color: #0A0555;
}
</style>