Shades of Midnight Blue #0A0055
Tints of Midnight Blue #0A0055
RGB
CMYK
RGB Variations
Color information
#0A0055 (or 0x0A0055) is known color: Midnight Blue. HEX triplet: 0A, 00 and 55. RGB value is (10,0,85). Sum of RGB (Red+Green+Blue) = 10+0+85=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 0 (0.39% from 255 or 0% 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 #0A0055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0055 is #F5FFAA. Grayscale: #0C0C0C. Windows color (decimal): -16121771 or 5570570. OLE color: 5570570.
HSL color Cylindrical-coordinate representation of color #0A0055: hue angle of 247.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0055 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 0 | 85 | - |
| CMYK | 0.88 | 1 | 0 | 0.67 |
| HSL | 247.06º | 1% | 0.17% | - |
| HSV(B) | 247.06º | 1% | 0.33% | - |
| XYZ | 1.76 | 0.72 | 8.64 | - |
| YUV | 12.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 85 | 0.88 | 1 | 0 | 0.67 | 247.06 | 1 | 0.17 |
| Hex | A | 0 | 55 | 58 | 64 | 0 | 43 | F7 | 64 | 11 |
| Octal | 12 | 0 | 125 | 130 | 144 | 0 | 103 | 367 | 144 | 21 |
| Binary | 1010 | 0 | 1010101 | 1011000 | 1100100 | 0 | 1000011 | 11110111 | 1100100 | 10001 |
Color Harmonies of #0A0055
Complementary color
Monochromatic Colors of #0A0055
Black with #0A0055
Text Example
Text Example
White with #0A0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0055; }
p { color: rgb(10,0,85); }
H1.HeaderClassName
{
color: #0A0055;
}
.AnyTagClassName
{
color: #0A0055;
}
</style>
background-color css
<style>
a { background-color: #0A0055; }
a { background-color: rgb(10,0,85); }
div.DivClassName
{
background-color: #0A0055;
}
.BgClassName
{
background-color: #0A0055;
}
</style>
border-color css
<style>
span { border-color: #0A0055; }
span { border-color: rgb(10,0,85); }
td.TdClassName
{
border-color: #0A0055;
}
.TagClassName
{
border-color: #0A0055;
}
</style>