Shades of Midnight Blue #0A0F59
Tints of Midnight Blue #0A0F59
RGB
CMYK
RGB Variations
Color information
#0A0F59 (or 0x0A0F59) is known color: Midnight Blue. HEX triplet: 0A, 0F and 59. RGB value is (10,15,89). Sum of RGB (Red+Green+Blue) = 10+15+89=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 89 (35.16% from 255 or 78.07% from 114); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A0F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0F59 is #F5F0A6. Grayscale: #151515. Windows color (decimal): -16117927 or 5836554. OLE color: 5836554.
HSL color Cylindrical-coordinate representation of color #0A0F59: hue angle of 236.2º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A0F59 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 15 | 89 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.65 |
| HSL | 236.2º | 0.8% | 0.19% | - |
| HSV(B) | 236.2º | 0.89% | 0.35% | - |
| XYZ | 2.1 | 1.13 | 9.56 | - |
| YUV | 21.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 89 | 0.89 | 0.83 | 0 | 0.65 | 236.2 | 0.8 | 0.19 |
| Hex | A | F | 59 | 59 | 53 | 0 | 41 | EC | 50 | 13 |
| Octal | 12 | 17 | 131 | 131 | 123 | 0 | 101 | 354 | 120 | 23 |
| Binary | 1010 | 1111 | 1011001 | 1011001 | 1010011 | 0 | 1000001 | 11101100 | 1010000 | 10011 |
Color Harmonies of #0A0F59
Complementary color
Monochromatic Colors of #0A0F59
Black with #0A0F59
Text Example
Text Example
White with #0A0F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F59; }
p { color: rgb(10,15,89); }
H1.HeaderClassName
{
color: #0A0F59;
}
.AnyTagClassName
{
color: #0A0F59;
}
</style>
background-color css
<style>
a { background-color: #0A0F59; }
a { background-color: rgb(10,15,89); }
div.DivClassName
{
background-color: #0A0F59;
}
.BgClassName
{
background-color: #0A0F59;
}
</style>
border-color css
<style>
span { border-color: #0A0F59; }
span { border-color: rgb(10,15,89); }
td.TdClassName
{
border-color: #0A0F59;
}
.TagClassName
{
border-color: #0A0F59;
}
</style>