Shades of Midnight Express #100C38
Tints of Midnight Express #100C38
RGB
CMYK
RGB Variations
Color information
#100C38 (or 0x100C38) is known color: Midnight Express. HEX triplet: 10, 0C and 38. RGB value is (16,12,56). Sum of RGB (Red+Green+Blue) = 16+12+56=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #100C38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C38 is #EFF3C7. Grayscale: #121212. Windows color (decimal): -15725512 or 3673104. OLE color: 3673104.
HSL color Cylindrical-coordinate representation of color #100C38: hue angle of 245.45º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #100C38 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 12 | 56 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.78 |
| HSL | 245.45º | 0.65% | 0.13% | - |
| HSV(B) | 245.45º | 0.79% | 0.22% | - |
| XYZ | 1.06 | 0.66 | 3.81 | - |
| YUV | 18.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 56 | 0.71 | 0.79 | 0 | 0.78 | 245.45 | 0.65 | 0.13 |
| Hex | 10 | C | 38 | 47 | 4F | 0 | 4E | F5 | 41 | D |
| Octal | 20 | 14 | 70 | 107 | 117 | 0 | 116 | 365 | 101 | 15 |
| Binary | 10000 | 1100 | 111000 | 1000111 | 1001111 | 0 | 1001110 | 11110101 | 1000001 | 1101 |
Color Harmonies of #100C38
Complementary color
Monochromatic Colors of #100C38
Black with #100C38
Text Example
Text Example
White with #100C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C38; }
p { color: rgb(16,12,56); }
H1.HeaderClassName
{
color: #100C38;
}
.AnyTagClassName
{
color: #100C38;
}
</style>
background-color css
<style>
a { background-color: #100C38; }
a { background-color: rgb(16,12,56); }
div.DivClassName
{
background-color: #100C38;
}
.BgClassName
{
background-color: #100C38;
}
</style>
border-color css
<style>
span { border-color: #100C38; }
span { border-color: rgb(16,12,56); }
td.TdClassName
{
border-color: #100C38;
}
.TagClassName
{
border-color: #100C38;
}
</style>