Shades of Midnight Express #10124B
Tints of Midnight Express #10124B
RGB
CMYK
RGB Variations
Color information
#10124B (or 0x10124B) is known color: Midnight Express. HEX triplet: 10, 12 and 4B. RGB value is (16,18,75). Sum of RGB (Red+Green+Blue) = 16+18+75=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #10124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10124B is #EFEDB4. Grayscale: #171717. Windows color (decimal): -15723957 or 4919824. OLE color: 4919824.
HSL color Cylindrical-coordinate representation of color #10124B: hue angle of 237.97º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10124B is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 18 | 75 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.71 |
| HSL | 237.97º | 0.65% | 0.18% | - |
| HSV(B) | 237.97º | 0.79% | 0.29% | - |
| XYZ | 1.7 | 1.05 | 6.77 | - |
| YUV | 23.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 75 | 0.79 | 0.76 | 0 | 0.71 | 237.97 | 0.65 | 0.18 |
| Hex | 10 | 12 | 4B | 4F | 4C | 0 | 47 | EE | 41 | 12 |
| Octal | 20 | 22 | 113 | 117 | 114 | 0 | 107 | 356 | 101 | 22 |
| Binary | 10000 | 10010 | 1001011 | 1001111 | 1001100 | 0 | 1000111 | 11101110 | 1000001 | 10010 |
Color Harmonies of #10124B
Complementary color
Monochromatic Colors of #10124B
Black with #10124B
Text Example
Text Example
White with #10124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10124B; }
p { color: rgb(16,18,75); }
H1.HeaderClassName
{
color: #10124B;
}
.AnyTagClassName
{
color: #10124B;
}
</style>
background-color css
<style>
a { background-color: #10124B; }
a { background-color: rgb(16,18,75); }
div.DivClassName
{
background-color: #10124B;
}
.BgClassName
{
background-color: #10124B;
}
</style>
border-color css
<style>
span { border-color: #10124B; }
span { border-color: rgb(16,18,75); }
td.TdClassName
{
border-color: #10124B;
}
.TagClassName
{
border-color: #10124B;
}
</style>