Shades of Midnight Express #10182D
Tints of Midnight Express #10182D
RGB
CMYK
RGB Variations
Color information
#10182D (or 0x10182D) is known color: Midnight Express. HEX triplet: 10, 18 and 2D. RGB value is (16,24,45). Sum of RGB (Red+Green+Blue) = 16+24+45=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #10182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10182D is #EFE7D2. Grayscale: #171717. Windows color (decimal): -15722451 or 2955280. OLE color: 2955280.
HSL color Cylindrical-coordinate representation of color #10182D: hue angle of 223.45º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10182D is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 24 | 45 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.82 |
| HSL | 223.45º | 0.48% | 0.12% | - |
| HSV(B) | 223.45º | 0.64% | 0.18% | - |
| XYZ | 1.01 | 0.95 | 2.61 | - |
| YUV | 24 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 45 | 0.64 | 0.47 | 0 | 0.82 | 223.45 | 0.48 | 0.12 |
| Hex | 10 | 18 | 2D | 40 | 2F | 0 | 52 | DF | 30 | C |
| Octal | 20 | 30 | 55 | 100 | 57 | 0 | 122 | 337 | 60 | 14 |
| Binary | 10000 | 11000 | 101101 | 1000000 | 101111 | 0 | 1010010 | 11011111 | 110000 | 1100 |
Color Harmonies of #10182D
Complementary color
Monochromatic Colors of #10182D
Black with #10182D
Text Example
Text Example
White with #10182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10182D; }
p { color: rgb(16,24,45); }
H1.HeaderClassName
{
color: #10182D;
}
.AnyTagClassName
{
color: #10182D;
}
</style>
background-color css
<style>
a { background-color: #10182D; }
a { background-color: rgb(16,24,45); }
div.DivClassName
{
background-color: #10182D;
}
.BgClassName
{
background-color: #10182D;
}
</style>
border-color css
<style>
span { border-color: #10182D; }
span { border-color: rgb(16,24,45); }
td.TdClassName
{
border-color: #10182D;
}
.TagClassName
{
border-color: #10182D;
}
</style>