Shades of Midnight Express #010D3F
Tints of Midnight Express #010D3F
RGB
CMYK
RGB Variations
Color information
#010D3F (or 0x010D3F) is known color: Midnight Express. HEX triplet: 01, 0D and 3F. RGB value is (1,13,63). Sum of RGB (Red+Green+Blue) = 1+13+63=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 63 (25% from 255 or 81.82% from 77); Max value from RGB is 63 - color contains mainly: blue. Hex color #010D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D3F is #FEF2C0. Grayscale: #0E0E0E. Windows color (decimal): -16708289 or 4132097. OLE color: 4132097.
HSL color Cylindrical-coordinate representation of color #010D3F: hue angle of 228.39º 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 #010D3F is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 13 | 63 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.75 |
| HSL | 228.39º | 0.97% | 0.13% | - |
| HSV(B) | 228.39º | 0.98% | 0.25% | - |
| XYZ | 1.05 | 0.65 | 4.77 | - |
| YUV | 15.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 63 | 0.98 | 0.79 | 0 | 0.75 | 228.39 | 0.97 | 0.13 |
| Hex | 1 | D | 3F | 62 | 4F | 0 | 4B | E4 | 61 | D |
| Octal | 1 | 15 | 77 | 142 | 117 | 0 | 113 | 344 | 141 | 15 |
| Binary | 1 | 1101 | 111111 | 1100010 | 1001111 | 0 | 1001011 | 11100100 | 1100001 | 1101 |
Color Harmonies of #010D3F
Complementary color
Monochromatic Colors of #010D3F
Black with #010D3F
Text Example
Text Example
White with #010D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D3F; }
p { color: rgb(1,13,63); }
H1.HeaderClassName
{
color: #010D3F;
}
.AnyTagClassName
{
color: #010D3F;
}
</style>
background-color css
<style>
a { background-color: #010D3F; }
a { background-color: rgb(1,13,63); }
div.DivClassName
{
background-color: #010D3F;
}
.BgClassName
{
background-color: #010D3F;
}
</style>
border-color css
<style>
span { border-color: #010D3F; }
span { border-color: rgb(1,13,63); }
td.TdClassName
{
border-color: #010D3F;
}
.TagClassName
{
border-color: #010D3F;
}
</style>