Shades of Midnight Blue #0A0C60
Tints of Midnight Blue #0A0C60
RGB
CMYK
RGB Variations
Color information
#0A0C60 (or 0x0A0C60) is known color: Midnight Blue. HEX triplet: 0A, 0C and 60. RGB value is (10,12,96). Sum of RGB (Red+Green+Blue) = 10+12+96=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A0C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0C60 is #F5F39F. Grayscale: #141414. Windows color (decimal): -16118688 or 6294538. OLE color: 6294538.
HSL color Cylindrical-coordinate representation of color #0A0C60: hue angle of 238.6º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0C60 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 12 | 96 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.62 |
| HSL | 238.6º | 0.81% | 0.21% | - |
| HSV(B) | 238.6º | 0.9% | 0.38% | - |
| XYZ | 2.37 | 1.17 | 11.17 | - |
| YUV | 20.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 96 | 0.90 | 0.88 | 0 | 0.62 | 238.6 | 0.81 | 0.21 |
| Hex | A | C | 60 | 5A | 58 | 0 | 3E | EF | 51 | 15 |
| Octal | 12 | 14 | 140 | 132 | 130 | 0 | 76 | 357 | 121 | 25 |
| Binary | 1010 | 1100 | 1100000 | 1011010 | 1011000 | 0 | 111110 | 11101111 | 1010001 | 10101 |
Color Harmonies of #0A0C60
Complementary color
Monochromatic Colors of #0A0C60
Black with #0A0C60
Text Example
Text Example
White with #0A0C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0C60; }
p { color: rgb(10,12,96); }
H1.HeaderClassName
{
color: #0A0C60;
}
.AnyTagClassName
{
color: #0A0C60;
}
</style>
background-color css
<style>
a { background-color: #0A0C60; }
a { background-color: rgb(10,12,96); }
div.DivClassName
{
background-color: #0A0C60;
}
.BgClassName
{
background-color: #0A0C60;
}
</style>
border-color css
<style>
span { border-color: #0A0C60; }
span { border-color: rgb(10,12,96); }
td.TdClassName
{
border-color: #0A0C60;
}
.TagClassName
{
border-color: #0A0C60;
}
</style>