Shades of Midnight Express #010C41
Tints of Midnight Express #010C41
RGB
CMYK
RGB Variations
Color information
#010C41 (or 0x010C41) is known color: Midnight Express. HEX triplet: 01, 0C and 41. RGB value is (1,12,65). Sum of RGB (Red+Green+Blue) = 1+12+65=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 65 (25.78% from 255 or 83.33% from 78); Max value from RGB is 65 - color contains mainly: blue. Hex color #010C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C41 is #FEF3BE. Grayscale: #0E0E0E. Windows color (decimal): -16708543 or 4262913. OLE color: 4262913.
HSL color Cylindrical-coordinate representation of color #010C41: hue angle of 229.69º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010C41 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 12 | 65 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.75 |
| HSL | 229.69º | 0.97% | 0.13% | - |
| HSV(B) | 229.69º | 0.98% | 0.25% | - |
| XYZ | 1.1 | 0.65 | 5.07 | - |
| YUV | 14.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 65 | 0.98 | 0.82 | 0 | 0.75 | 229.69 | 0.97 | 0.13 |
| Hex | 1 | C | 41 | 62 | 52 | 0 | 4B | E6 | 61 | D |
| Octal | 1 | 14 | 101 | 142 | 122 | 0 | 113 | 346 | 141 | 15 |
| Binary | 1 | 1100 | 1000001 | 1100010 | 1010010 | 0 | 1001011 | 11100110 | 1100001 | 1101 |
Color Harmonies of #010C41
Complementary color
Monochromatic Colors of #010C41
Black with #010C41
Text Example
Text Example
White with #010C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C41; }
p { color: rgb(1,12,65); }
H1.HeaderClassName
{
color: #010C41;
}
.AnyTagClassName
{
color: #010C41;
}
</style>
background-color css
<style>
a { background-color: #010C41; }
a { background-color: rgb(1,12,65); }
div.DivClassName
{
background-color: #010C41;
}
.BgClassName
{
background-color: #010C41;
}
</style>
border-color css
<style>
span { border-color: #010C41; }
span { border-color: rgb(1,12,65); }
td.TdClassName
{
border-color: #010C41;
}
.TagClassName
{
border-color: #010C41;
}
</style>