Shades of Midnight Express #102448
Tints of Midnight Express #102448
RGB
CMYK
RGB Variations
Color information
#102448 (or 0x102448) is known color: Midnight Express. HEX triplet: 10, 24 and 48. RGB value is (16,36,72). Sum of RGB (Red+Green+Blue) = 16+36+72=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #102448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102448 is #EFDBB7. Grayscale: #212121. Windows color (decimal): -15719352 or 4727824. OLE color: 4727824.
HSL color Cylindrical-coordinate representation of color #102448: hue angle of 218.57º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #102448 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 36 | 72 | - |
| CMYK | 0.78 | 0.5 | 0 | 0.72 |
| HSL | 218.57º | 0.64% | 0.17% | - |
| HSV(B) | 218.57º | 0.78% | 0.28% | - |
| XYZ | 2.01 | 1.84 | 6.38 | - |
| YUV | 34.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 72 | 0.78 | 0.5 | 0 | 0.72 | 218.57 | 0.64 | 0.17 |
| Hex | 10 | 24 | 48 | 4E | 32 | 0 | 48 | DB | 40 | 11 |
| Octal | 20 | 44 | 110 | 116 | 62 | 0 | 110 | 333 | 100 | 21 |
| Binary | 10000 | 100100 | 1001000 | 1001110 | 110010 | 0 | 1001000 | 11011011 | 1000000 | 10001 |
Color Harmonies of #102448
Complementary color
Monochromatic Colors of #102448
Black with #102448
Text Example
Text Example
White with #102448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102448; }
p { color: rgb(16,36,72); }
H1.HeaderClassName
{
color: #102448;
}
.AnyTagClassName
{
color: #102448;
}
</style>
background-color css
<style>
a { background-color: #102448; }
a { background-color: rgb(16,36,72); }
div.DivClassName
{
background-color: #102448;
}
.BgClassName
{
background-color: #102448;
}
</style>
border-color css
<style>
span { border-color: #102448; }
span { border-color: rgb(16,36,72); }
td.TdClassName
{
border-color: #102448;
}
.TagClassName
{
border-color: #102448;
}
</style>