Shades of Midnight Express #10182E
Tints of Midnight Express #10182E
RGB
CMYK
RGB Variations
Color information
#10182E (or 0x10182E) is known color: Midnight Express. HEX triplet: 10, 18 and 2E. RGB value is (16,24,46). Sum of RGB (Red+Green+Blue) = 16+24+46=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #10182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10182E is #EFE7D1. Grayscale: #181818. Windows color (decimal): -15722450 or 3020816. OLE color: 3020816.
HSL color Cylindrical-coordinate representation of color #10182E: hue angle of 224º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10182E is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 24 | 46 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.82 |
| HSL | 224º | 0.48% | 0.12% | - |
| HSV(B) | 224º | 0.65% | 0.18% | - |
| XYZ | 1.03 | 0.96 | 2.72 | - |
| YUV | 24.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 46 | 0.65 | 0.48 | 0 | 0.82 | 224 | 0.48 | 0.12 |
| Hex | 10 | 18 | 2E | 41 | 30 | 0 | 52 | E0 | 30 | C |
| Octal | 20 | 30 | 56 | 101 | 60 | 0 | 122 | 340 | 60 | 14 |
| Binary | 10000 | 11000 | 101110 | 1000001 | 110000 | 0 | 1010010 | 11100000 | 110000 | 1100 |
Color Harmonies of #10182E
Complementary color
Monochromatic Colors of #10182E
Black with #10182E
Text Example
Text Example
White with #10182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10182E; }
p { color: rgb(16,24,46); }
H1.HeaderClassName
{
color: #10182E;
}
.AnyTagClassName
{
color: #10182E;
}
</style>
background-color css
<style>
a { background-color: #10182E; }
a { background-color: rgb(16,24,46); }
div.DivClassName
{
background-color: #10182E;
}
.BgClassName
{
background-color: #10182E;
}
</style>
border-color css
<style>
span { border-color: #10182E; }
span { border-color: rgb(16,24,46); }
td.TdClassName
{
border-color: #10182E;
}
.TagClassName
{
border-color: #10182E;
}
</style>