Shades of Midnight Express #0A1331
Tints of Midnight Express #0A1331
RGB
CMYK
RGB Variations
Color information
#0A1331 (or 0x0A1331) is known color: Midnight Express. HEX triplet: 0A, 13 and 31. RGB value is (10,19,49). Sum of RGB (Red+Green+Blue) = 10+19+49=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1331 is #F5ECCE. Grayscale: #131313. Windows color (decimal): -16116943 or 3216138. OLE color: 3216138.
HSL color Cylindrical-coordinate representation of color #0A1331: hue angle of 226.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A1331 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 19 | 49 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.81 |
| HSL | 226.15º | 0.66% | 0.12% | - |
| HSV(B) | 226.15º | 0.8% | 0.19% | - |
| XYZ | 0.91 | 0.75 | 3 | - |
| YUV | 19.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 49 | 0.80 | 0.61 | 0 | 0.81 | 226.15 | 0.66 | 0.12 |
| Hex | A | 13 | 31 | 50 | 3D | 0 | 51 | E2 | 42 | C |
| Octal | 12 | 23 | 61 | 120 | 75 | 0 | 121 | 342 | 102 | 14 |
| Binary | 1010 | 10011 | 110001 | 1010000 | 111101 | 0 | 1010001 | 11100010 | 1000010 | 1100 |
Color Harmonies of #0A1331
Complementary color
Monochromatic Colors of #0A1331
Black with #0A1331
Text Example
Text Example
White with #0A1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1331; }
p { color: rgb(10,19,49); }
H1.HeaderClassName
{
color: #0A1331;
}
.AnyTagClassName
{
color: #0A1331;
}
</style>
background-color css
<style>
a { background-color: #0A1331; }
a { background-color: rgb(10,19,49); }
div.DivClassName
{
background-color: #0A1331;
}
.BgClassName
{
background-color: #0A1331;
}
</style>
border-color css
<style>
span { border-color: #0A1331; }
span { border-color: rgb(10,19,49); }
td.TdClassName
{
border-color: #0A1331;
}
.TagClassName
{
border-color: #0A1331;
}
</style>