Shades of Midnight Express #0A1830
Tints of Midnight Express #0A1830
RGB
CMYK
RGB Variations
Color information
#0A1830 (or 0x0A1830) is known color: Midnight Express. HEX triplet: 0A, 18 and 30. RGB value is (10,24,48). Sum of RGB (Red+Green+Blue) = 10+24+48=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A1830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1830 is #F5E7CF. Grayscale: #161616. Windows color (decimal): -16115664 or 3151882. OLE color: 3151882.
HSL color Cylindrical-coordinate representation of color #0A1830: hue angle of 217.89º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A1830 is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 24 | 48 | - |
| CMYK | 0.79 | 0.5 | 0 | 0.81 |
| HSL | 217.89º | 0.66% | 0.11% | - |
| HSV(B) | 217.89º | 0.79% | 0.19% | - |
| XYZ | 0.99 | 0.93 | 2.92 | - |
| YUV | 22.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 48 | 0.79 | 0.5 | 0 | 0.81 | 217.89 | 0.66 | 0.11 |
| Hex | A | 18 | 30 | 4F | 32 | 0 | 51 | DA | 42 | B |
| Octal | 12 | 30 | 60 | 117 | 62 | 0 | 121 | 332 | 102 | 13 |
| Binary | 1010 | 11000 | 110000 | 1001111 | 110010 | 0 | 1010001 | 11011010 | 1000010 | 1011 |
Color Harmonies of #0A1830
Complementary color
Monochromatic Colors of #0A1830
Black with #0A1830
Text Example
Text Example
White with #0A1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1830; }
p { color: rgb(10,24,48); }
H1.HeaderClassName
{
color: #0A1830;
}
.AnyTagClassName
{
color: #0A1830;
}
</style>
background-color css
<style>
a { background-color: #0A1830; }
a { background-color: rgb(10,24,48); }
div.DivClassName
{
background-color: #0A1830;
}
.BgClassName
{
background-color: #0A1830;
}
</style>
border-color css
<style>
span { border-color: #0A1830; }
span { border-color: rgb(10,24,48); }
td.TdClassName
{
border-color: #0A1830;
}
.TagClassName
{
border-color: #0A1830;
}
</style>