Shades of Midnight Blue #0A0851
Tints of Midnight Blue #0A0851
RGB
CMYK
RGB Variations
Color information
#0A0851 (or 0x0A0851) is known color: Midnight Blue. HEX triplet: 0A, 08 and 51. RGB value is (10,8,81). Sum of RGB (Red+Green+Blue) = 10+8+81=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 81 (32.03% from 255 or 81.82% from 99); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A0851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0851 is #F5F7AE. Grayscale: #101010. Windows color (decimal): -16119727 or 5310474. OLE color: 5310474.
HSL color Cylindrical-coordinate representation of color #0A0851: hue angle of 241.64º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0851 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 8 | 81 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.68 |
| HSL | 241.64º | 0.82% | 0.17% | - |
| HSV(B) | 241.64º | 0.9% | 0.32% | - |
| XYZ | 1.7 | 0.83 | 7.86 | - |
| YUV | 16.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 81 | 0.88 | 0.90 | 0 | 0.68 | 241.64 | 0.82 | 0.17 |
| Hex | A | 8 | 51 | 58 | 5A | 0 | 44 | F2 | 52 | 11 |
| Octal | 12 | 10 | 121 | 130 | 132 | 0 | 104 | 362 | 122 | 21 |
| Binary | 1010 | 1000 | 1010001 | 1011000 | 1011010 | 0 | 1000100 | 11110010 | 1010010 | 10001 |
Color Harmonies of #0A0851
Complementary color
Monochromatic Colors of #0A0851
Black with #0A0851
Text Example
Text Example
White with #0A0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0851; }
p { color: rgb(10,8,81); }
H1.HeaderClassName
{
color: #0A0851;
}
.AnyTagClassName
{
color: #0A0851;
}
</style>
background-color css
<style>
a { background-color: #0A0851; }
a { background-color: rgb(10,8,81); }
div.DivClassName
{
background-color: #0A0851;
}
.BgClassName
{
background-color: #0A0851;
}
</style>
border-color css
<style>
span { border-color: #0A0851; }
span { border-color: rgb(10,8,81); }
td.TdClassName
{
border-color: #0A0851;
}
.TagClassName
{
border-color: #0A0851;
}
</style>