Shades of Midnight Express #010D36
Tints of Midnight Express #010D36
RGB
CMYK
RGB Variations
Color information
#010D36 (or 0x010D36) is known color: Midnight Express. HEX triplet: 01, 0D and 36. RGB value is (1,13,54). Sum of RGB (Red+Green+Blue) = 1+13+54=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 54 (21.48% from 255 or 79.41% from 68); Max value from RGB is 54 - color contains mainly: blue. Hex color #010D36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D36 is #FEF2C9. Grayscale: #0D0D0D. Windows color (decimal): -16708298 or 3542273. OLE color: 3542273.
HSL color Cylindrical-coordinate representation of color #010D36: hue angle of 226.42º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010D36 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 13 | 54 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.79 |
| HSL | 226.42º | 0.96% | 0.11% | - |
| HSV(B) | 226.42º | 0.98% | 0.21% | - |
| XYZ | 0.82 | 0.56 | 3.55 | - |
| YUV | 14.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 54 | 0.98 | 0.76 | 0 | 0.79 | 226.42 | 0.96 | 0.11 |
| Hex | 1 | D | 36 | 62 | 4C | 0 | 4F | E2 | 60 | B |
| Octal | 1 | 15 | 66 | 142 | 114 | 0 | 117 | 342 | 140 | 13 |
| Binary | 1 | 1101 | 110110 | 1100010 | 1001100 | 0 | 1001111 | 11100010 | 1100000 | 1011 |
Color Harmonies of #010D36
Complementary color
Monochromatic Colors of #010D36
Black with #010D36
Text Example
Text Example
White with #010D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D36; }
p { color: rgb(1,13,54); }
H1.HeaderClassName
{
color: #010D36;
}
.AnyTagClassName
{
color: #010D36;
}
</style>
background-color css
<style>
a { background-color: #010D36; }
a { background-color: rgb(1,13,54); }
div.DivClassName
{
background-color: #010D36;
}
.BgClassName
{
background-color: #010D36;
}
</style>
border-color css
<style>
span { border-color: #010D36; }
span { border-color: rgb(1,13,54); }
td.TdClassName
{
border-color: #010D36;
}
.TagClassName
{
border-color: #010D36;
}
</style>