Shades of Midnight Express #0A1235
Tints of Midnight Express #0A1235
RGB
CMYK
RGB Variations
Color information
#0A1235 (or 0x0A1235) is known color: Midnight Express. HEX triplet: 0A, 12 and 35. RGB value is (10,18,53). Sum of RGB (Red+Green+Blue) = 10+18+53=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A1235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1235 is #F5EDCA. Grayscale: #131313. Windows color (decimal): -16117195 or 3478026. OLE color: 3478026.
HSL color Cylindrical-coordinate representation of color #0A1235: hue angle of 228.84º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1235 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 18 | 53 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.79 |
| HSL | 228.84º | 0.68% | 0.12% | - |
| HSV(B) | 228.84º | 0.81% | 0.21% | - |
| XYZ | 0.98 | 0.75 | 3.46 | - |
| YUV | 19.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 53 | 0.81 | 0.66 | 0 | 0.79 | 228.84 | 0.68 | 0.12 |
| Hex | A | 12 | 35 | 51 | 42 | 0 | 4F | E5 | 44 | C |
| Octal | 12 | 22 | 65 | 121 | 102 | 0 | 117 | 345 | 104 | 14 |
| Binary | 1010 | 10010 | 110101 | 1010001 | 1000010 | 0 | 1001111 | 11100101 | 1000100 | 1100 |
Color Harmonies of #0A1235
Complementary color
Monochromatic Colors of #0A1235
Black with #0A1235
Text Example
Text Example
White with #0A1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1235; }
p { color: rgb(10,18,53); }
H1.HeaderClassName
{
color: #0A1235;
}
.AnyTagClassName
{
color: #0A1235;
}
</style>
background-color css
<style>
a { background-color: #0A1235; }
a { background-color: rgb(10,18,53); }
div.DivClassName
{
background-color: #0A1235;
}
.BgClassName
{
background-color: #0A1235;
}
</style>
border-color css
<style>
span { border-color: #0A1235; }
span { border-color: rgb(10,18,53); }
td.TdClassName
{
border-color: #0A1235;
}
.TagClassName
{
border-color: #0A1235;
}
</style>