Shades of Midnight Blue #0A0151
Tints of Midnight Blue #0A0151
RGB
CMYK
RGB Variations
Color information
#0A0151 (or 0x0A0151) is known color: Midnight Blue. HEX triplet: 0A, 01 and 51. RGB value is (10,1,81). Sum of RGB (Red+Green+Blue) = 10+1+81=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 81 (32.03% from 255 or 88.04% from 92); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A0151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0151 is #F5FEAE. Grayscale: #0C0C0C. Windows color (decimal): -16121519 or 5308682. OLE color: 5308682.
HSL color Cylindrical-coordinate representation of color #0A0151: hue angle of 246.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0151 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 1 | 81 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.68 |
| HSL | 246.75º | 0.98% | 0.16% | - |
| HSV(B) | 246.75º | 0.99% | 0.32% | - |
| XYZ | 1.62 | 0.68 | 7.83 | - |
| YUV | 12.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 81 | 0.88 | 0.99 | 0 | 0.68 | 246.75 | 0.98 | 0.16 |
| Hex | A | 1 | 51 | 58 | 63 | 0 | 44 | F7 | 62 | 10 |
| Octal | 12 | 1 | 121 | 130 | 143 | 0 | 104 | 367 | 142 | 20 |
| Binary | 1010 | 1 | 1010001 | 1011000 | 1100011 | 0 | 1000100 | 11110111 | 1100010 | 10000 |
Color Harmonies of #0A0151
Complementary color
Monochromatic Colors of #0A0151
Black with #0A0151
Text Example
Text Example
White with #0A0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0151; }
p { color: rgb(10,1,81); }
H1.HeaderClassName
{
color: #0A0151;
}
.AnyTagClassName
{
color: #0A0151;
}
</style>
background-color css
<style>
a { background-color: #0A0151; }
a { background-color: rgb(10,1,81); }
div.DivClassName
{
background-color: #0A0151;
}
.BgClassName
{
background-color: #0A0151;
}
</style>
border-color css
<style>
span { border-color: #0A0151; }
span { border-color: rgb(10,1,81); }
td.TdClassName
{
border-color: #0A0151;
}
.TagClassName
{
border-color: #0A0151;
}
</style>