Shades of Midnight Express #0A0F4A
Tints of Midnight Express #0A0F4A
RGB
CMYK
RGB Variations
Color information
#0A0F4A (or 0x0A0F4A) is known color: Midnight Express. HEX triplet: 0A, 0F and 4A. RGB value is (10,15,74). Sum of RGB (Red+Green+Blue) = 10+15+74=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A0F4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0F4A is #F5F0B5. Grayscale: #131313. Windows color (decimal): -16117942 or 4853514. OLE color: 4853514.
HSL color Cylindrical-coordinate representation of color #0A0F4A: hue angle of 235.31º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A0F4A is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 15 | 74 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.71 |
| HSL | 235.31º | 0.76% | 0.16% | - |
| HSV(B) | 235.31º | 0.86% | 0.29% | - |
| XYZ | 1.53 | 0.9 | 6.57 | - |
| YUV | 20.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 74 | 0.86 | 0.80 | 0 | 0.71 | 235.31 | 0.76 | 0.16 |
| Hex | A | F | 4A | 56 | 50 | 0 | 47 | EB | 4C | 10 |
| Octal | 12 | 17 | 112 | 126 | 120 | 0 | 107 | 353 | 114 | 20 |
| Binary | 1010 | 1111 | 1001010 | 1010110 | 1010000 | 0 | 1000111 | 11101011 | 1001100 | 10000 |
Color Harmonies of #0A0F4A
Complementary color
Monochromatic Colors of #0A0F4A
Black with #0A0F4A
Text Example
Text Example
White with #0A0F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F4A; }
p { color: rgb(10,15,74); }
H1.HeaderClassName
{
color: #0A0F4A;
}
.AnyTagClassName
{
color: #0A0F4A;
}
</style>
background-color css
<style>
a { background-color: #0A0F4A; }
a { background-color: rgb(10,15,74); }
div.DivClassName
{
background-color: #0A0F4A;
}
.BgClassName
{
background-color: #0A0F4A;
}
</style>
border-color css
<style>
span { border-color: #0A0F4A; }
span { border-color: rgb(10,15,74); }
td.TdClassName
{
border-color: #0A0F4A;
}
.TagClassName
{
border-color: #0A0F4A;
}
</style>