Shades of Midnight Express #10153E
Tints of Midnight Express #10153E
RGB
CMYK
RGB Variations
Color information
#10153E (or 0x10153E) is known color: Midnight Express. HEX triplet: 10, 15 and 3E. RGB value is (16,21,62). Sum of RGB (Red+Green+Blue) = 16+21+62=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 62 (24.61% from 255 or 62.63% from 99); Max value from RGB is 62 - color contains mainly: blue. Hex color #10153E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10153E is #EFEAC1. Grayscale: #181818. Windows color (decimal): -15723202 or 4068624. OLE color: 4068624.
HSL color Cylindrical-coordinate representation of color #10153E: hue angle of 233.48º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10153E is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 21 | 62 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.76 |
| HSL | 233.48º | 0.59% | 0.15% | - |
| HSV(B) | 233.48º | 0.74% | 0.24% | - |
| XYZ | 1.35 | 0.99 | 4.68 | - |
| YUV | 24.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 62 | 0.74 | 0.66 | 0 | 0.76 | 233.48 | 0.59 | 0.15 |
| Hex | 10 | 15 | 3E | 4A | 42 | 0 | 4C | E9 | 3B | F |
| Octal | 20 | 25 | 76 | 112 | 102 | 0 | 114 | 351 | 73 | 17 |
| Binary | 10000 | 10101 | 111110 | 1001010 | 1000010 | 0 | 1001100 | 11101001 | 111011 | 1111 |
Color Harmonies of #10153E
Complementary color
Monochromatic Colors of #10153E
Black with #10153E
Text Example
Text Example
White with #10153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10153E; }
p { color: rgb(16,21,62); }
H1.HeaderClassName
{
color: #10153E;
}
.AnyTagClassName
{
color: #10153E;
}
</style>
background-color css
<style>
a { background-color: #10153E; }
a { background-color: rgb(16,21,62); }
div.DivClassName
{
background-color: #10153E;
}
.BgClassName
{
background-color: #10153E;
}
</style>
border-color css
<style>
span { border-color: #10153E; }
span { border-color: rgb(16,21,62); }
td.TdClassName
{
border-color: #10153E;
}
.TagClassName
{
border-color: #10153E;
}
</style>