Shades of Midnight Blue #0A0860
Tints of Midnight Blue #0A0860
RGB
CMYK
RGB Variations
Color information
#0A0860 (or 0x0A0860) is known color: Midnight Blue. HEX triplet: 0A, 08 and 60. RGB value is (10,8,96). Sum of RGB (Red+Green+Blue) = 10+8+96=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A0860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0860 is #F5F79F. Grayscale: #121212. Windows color (decimal): -16119712 or 6293514. OLE color: 6293514.
HSL color Cylindrical-coordinate representation of color #0A0860: hue angle of 241.36º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0860 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 8 | 96 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.62 |
| HSL | 241.36º | 0.85% | 0.2% | - |
| HSV(B) | 241.36º | 0.92% | 0.38% | - |
| XYZ | 2.32 | 1.08 | 11.15 | - |
| YUV | 18.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 96 | 0.90 | 0.92 | 0 | 0.62 | 241.36 | 0.85 | 0.2 |
| Hex | A | 8 | 60 | 5A | 5C | 0 | 3E | F1 | 55 | 14 |
| Octal | 12 | 10 | 140 | 132 | 134 | 0 | 76 | 361 | 125 | 24 |
| Binary | 1010 | 1000 | 1100000 | 1011010 | 1011100 | 0 | 111110 | 11110001 | 1010101 | 10100 |
Color Harmonies of #0A0860
Complementary color
Monochromatic Colors of #0A0860
Black with #0A0860
Text Example
Text Example
White with #0A0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0860; }
p { color: rgb(10,8,96); }
H1.HeaderClassName
{
color: #0A0860;
}
.AnyTagClassName
{
color: #0A0860;
}
</style>
background-color css
<style>
a { background-color: #0A0860; }
a { background-color: rgb(10,8,96); }
div.DivClassName
{
background-color: #0A0860;
}
.BgClassName
{
background-color: #0A0860;
}
</style>
border-color css
<style>
span { border-color: #0A0860; }
span { border-color: rgb(10,8,96); }
td.TdClassName
{
border-color: #0A0860;
}
.TagClassName
{
border-color: #0A0860;
}
</style>