Shades of Midnight Express #010D3A
Tints of Midnight Express #010D3A
RGB
CMYK
RGB Variations
Color information
#010D3A (or 0x010D3A) is known color: Midnight Express. HEX triplet: 01, 0D and 3A. RGB value is (1,13,58). Sum of RGB (Red+Green+Blue) = 1+13+58=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 58 (23.05% from 255 or 80.56% from 72); Max value from RGB is 58 - color contains mainly: blue. Hex color #010D3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D3A is #FEF2C5. Grayscale: #0E0E0E. Windows color (decimal): -16708294 or 3804417. OLE color: 3804417.
HSL color Cylindrical-coordinate representation of color #010D3A: hue angle of 227.37º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010D3A is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 13 | 58 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.77 |
| HSL | 227.37º | 0.97% | 0.12% | - |
| HSV(B) | 227.37º | 0.98% | 0.23% | - |
| XYZ | 0.92 | 0.6 | 4.07 | - |
| YUV | 14.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 58 | 0.98 | 0.78 | 0 | 0.77 | 227.37 | 0.97 | 0.12 |
| Hex | 1 | D | 3A | 62 | 4E | 0 | 4D | E3 | 61 | C |
| Octal | 1 | 15 | 72 | 142 | 116 | 0 | 115 | 343 | 141 | 14 |
| Binary | 1 | 1101 | 111010 | 1100010 | 1001110 | 0 | 1001101 | 11100011 | 1100001 | 1100 |
Color Harmonies of #010D3A
Complementary color
Monochromatic Colors of #010D3A
Black with #010D3A
Text Example
Text Example
White with #010D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D3A; }
p { color: rgb(1,13,58); }
H1.HeaderClassName
{
color: #010D3A;
}
.AnyTagClassName
{
color: #010D3A;
}
</style>
background-color css
<style>
a { background-color: #010D3A; }
a { background-color: rgb(1,13,58); }
div.DivClassName
{
background-color: #010D3A;
}
.BgClassName
{
background-color: #010D3A;
}
</style>
border-color css
<style>
span { border-color: #010D3A; }
span { border-color: rgb(1,13,58); }
td.TdClassName
{
border-color: #010D3A;
}
.TagClassName
{
border-color: #010D3A;
}
</style>