Shades of Midnight Express #100C41
Tints of Midnight Express #100C41
RGB
CMYK
RGB Variations
Color information
#100C41 (or 0x100C41) is known color: Midnight Express. HEX triplet: 10, 0C and 41. RGB value is (16,12,65). Sum of RGB (Red+Green+Blue) = 16+12+65=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #100C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C41 is #EFF3BE. Grayscale: #131313. Windows color (decimal): -15725503 or 4262928. OLE color: 4262928.
HSL color Cylindrical-coordinate representation of color #100C41: hue angle of 244.53º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #100C41 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 12 | 65 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.75 |
| HSL | 244.53º | 0.69% | 0.15% | - |
| HSV(B) | 244.53º | 0.82% | 0.25% | - |
| XYZ | 1.3 | 0.75 | 5.08 | - |
| YUV | 19.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 65 | 0.75 | 0.82 | 0 | 0.75 | 244.53 | 0.69 | 0.15 |
| Hex | 10 | C | 41 | 4B | 52 | 0 | 4B | F5 | 45 | F |
| Octal | 20 | 14 | 101 | 113 | 122 | 0 | 113 | 365 | 105 | 17 |
| Binary | 10000 | 1100 | 1000001 | 1001011 | 1010010 | 0 | 1001011 | 11110101 | 1000101 | 1111 |
Color Harmonies of #100C41
Complementary color
Monochromatic Colors of #100C41
Black with #100C41
Text Example
Text Example
White with #100C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C41; }
p { color: rgb(16,12,65); }
H1.HeaderClassName
{
color: #100C41;
}
.AnyTagClassName
{
color: #100C41;
}
</style>
background-color css
<style>
a { background-color: #100C41; }
a { background-color: rgb(16,12,65); }
div.DivClassName
{
background-color: #100C41;
}
.BgClassName
{
background-color: #100C41;
}
</style>
border-color css
<style>
span { border-color: #100C41; }
span { border-color: rgb(16,12,65); }
td.TdClassName
{
border-color: #100C41;
}
.TagClassName
{
border-color: #100C41;
}
</style>