Shades of Midnight Blue #0A015E
Tints of Midnight Blue #0A015E
RGB
CMYK
RGB Variations
Color information
#0A015E (or 0x0A015E) is known color: Midnight Blue. HEX triplet: 0A, 01 and 5E. RGB value is (10,1,94). Sum of RGB (Red+Green+Blue) = 10+1+94=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A015E is #F5FEA1. Grayscale: #0D0D0D. Windows color (decimal): -16121506 or 6160650. OLE color: 6160650.
HSL color Cylindrical-coordinate representation of color #0A015E: hue angle of 245.81º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A015E is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 1 | 94 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.63 |
| HSL | 245.81º | 0.98% | 0.19% | - |
| HSV(B) | 245.81º | 0.99% | 0.37% | - |
| XYZ | 2.16 | 0.89 | 10.65 | - |
| YUV | 14.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 94 | 0.89 | 0.99 | 0 | 0.63 | 245.81 | 0.98 | 0.19 |
| Hex | A | 1 | 5E | 59 | 63 | 0 | 3F | F6 | 62 | 13 |
| Octal | 12 | 1 | 136 | 131 | 143 | 0 | 77 | 366 | 142 | 23 |
| Binary | 1010 | 1 | 1011110 | 1011001 | 1100011 | 0 | 111111 | 11110110 | 1100010 | 10011 |
Color Harmonies of #0A015E
Complementary color
Monochromatic Colors of #0A015E
Black with #0A015E
Text Example
Text Example
White with #0A015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A015E; }
p { color: rgb(10,1,94); }
H1.HeaderClassName
{
color: #0A015E;
}
.AnyTagClassName
{
color: #0A015E;
}
</style>
background-color css
<style>
a { background-color: #0A015E; }
a { background-color: rgb(10,1,94); }
div.DivClassName
{
background-color: #0A015E;
}
.BgClassName
{
background-color: #0A015E;
}
</style>
border-color css
<style>
span { border-color: #0A015E; }
span { border-color: rgb(10,1,94); }
td.TdClassName
{
border-color: #0A015E;
}
.TagClassName
{
border-color: #0A015E;
}
</style>