Shades of Midnight Express #10244C
Tints of Midnight Express #10244C
RGB
CMYK
RGB Variations
Color information
#10244C (or 0x10244C) is known color: Midnight Express. HEX triplet: 10, 24 and 4C. RGB value is (16,36,76). Sum of RGB (Red+Green+Blue) = 16+36+76=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #10244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10244C is #EFDBB3. Grayscale: #222222. Windows color (decimal): -15719348 or 4989968. OLE color: 4989968.
HSL color Cylindrical-coordinate representation of color #10244C: hue angle of 220º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10244C is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 36 | 76 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.70 |
| HSL | 220º | 0.65% | 0.18% | - |
| HSV(B) | 220º | 0.79% | 0.3% | - |
| XYZ | 2.15 | 1.89 | 7.09 | - |
| YUV | 34.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 76 | 0.79 | 0.53 | 0 | 0.70 | 220 | 0.65 | 0.18 |
| Hex | 10 | 24 | 4C | 4F | 35 | 0 | 46 | DC | 41 | 12 |
| Octal | 20 | 44 | 114 | 117 | 65 | 0 | 106 | 334 | 101 | 22 |
| Binary | 10000 | 100100 | 1001100 | 1001111 | 110101 | 0 | 1000110 | 11011100 | 1000001 | 10010 |
Color Harmonies of #10244C
Complementary color
Monochromatic Colors of #10244C
Black with #10244C
Text Example
Text Example
White with #10244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10244C; }
p { color: rgb(16,36,76); }
H1.HeaderClassName
{
color: #10244C;
}
.AnyTagClassName
{
color: #10244C;
}
</style>
background-color css
<style>
a { background-color: #10244C; }
a { background-color: rgb(16,36,76); }
div.DivClassName
{
background-color: #10244C;
}
.BgClassName
{
background-color: #10244C;
}
</style>
border-color css
<style>
span { border-color: #10244C; }
span { border-color: rgb(16,36,76); }
td.TdClassName
{
border-color: #10244C;
}
.TagClassName
{
border-color: #10244C;
}
</style>