Shades of Midnight Express #010D35
Tints of Midnight Express #010D35
RGB
CMYK
RGB Variations
Color information
#010D35 (or 0x010D35) is known color: Midnight Express. HEX triplet: 01, 0D and 35. RGB value is (1,13,53). Sum of RGB (Red+Green+Blue) = 1+13+53=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 53 (21.09% from 255 or 79.10% from 67); Max value from RGB is 53 - color contains mainly: blue. Hex color #010D35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D35 is #FEF2CA. Grayscale: #0D0D0D. Windows color (decimal): -16708299 or 3476737. OLE color: 3476737.
HSL color Cylindrical-coordinate representation of color #010D35: hue angle of 226.15º 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 #010D35 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 13 | 53 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.79 |
| HSL | 226.15º | 0.96% | 0.11% | - |
| HSV(B) | 226.15º | 0.98% | 0.21% | - |
| XYZ | 0.8 | 0.55 | 3.43 | - |
| YUV | 13.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 53 | 0.98 | 0.75 | 0 | 0.79 | 226.15 | 0.96 | 0.11 |
| Hex | 1 | D | 35 | 62 | 4B | 0 | 4F | E2 | 60 | B |
| Octal | 1 | 15 | 65 | 142 | 113 | 0 | 117 | 342 | 140 | 13 |
| Binary | 1 | 1101 | 110101 | 1100010 | 1001011 | 0 | 1001111 | 11100010 | 1100000 | 1011 |
Color Harmonies of #010D35
Complementary color
Monochromatic Colors of #010D35
Black with #010D35
Text Example
Text Example
White with #010D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D35; }
p { color: rgb(1,13,53); }
H1.HeaderClassName
{
color: #010D35;
}
.AnyTagClassName
{
color: #010D35;
}
</style>
background-color css
<style>
a { background-color: #010D35; }
a { background-color: rgb(1,13,53); }
div.DivClassName
{
background-color: #010D35;
}
.BgClassName
{
background-color: #010D35;
}
</style>
border-color css
<style>
span { border-color: #010D35; }
span { border-color: rgb(1,13,53); }
td.TdClassName
{
border-color: #010D35;
}
.TagClassName
{
border-color: #010D35;
}
</style>