Shades of Midnight Express #010D3D
Tints of Midnight Express #010D3D
RGB
CMYK
RGB Variations
Color information
#010D3D (or 0x010D3D) is known color: Midnight Express. HEX triplet: 01, 0D and 3D. RGB value is (1,13,61). Sum of RGB (Red+Green+Blue) = 1+13+61=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 61 (24.22% from 255 or 81.33% from 75); Max value from RGB is 61 - color contains mainly: blue. Hex color #010D3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D3D is #FEF2C2. Grayscale: #0E0E0E. Windows color (decimal): -16708291 or 4001025. OLE color: 4001025.
HSL color Cylindrical-coordinate representation of color #010D3D: hue angle of 228º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010D3D is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 13 | 61 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.76 |
| HSL | 228º | 0.97% | 0.12% | - |
| HSV(B) | 228º | 0.98% | 0.24% | - |
| XYZ | 1 | 0.63 | 4.48 | - |
| YUV | 14.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 61 | 0.98 | 0.79 | 0 | 0.76 | 228 | 0.97 | 0.12 |
| Hex | 1 | D | 3D | 62 | 4F | 0 | 4C | E4 | 61 | C |
| Octal | 1 | 15 | 75 | 142 | 117 | 0 | 114 | 344 | 141 | 14 |
| Binary | 1 | 1101 | 111101 | 1100010 | 1001111 | 0 | 1001100 | 11100100 | 1100001 | 1100 |
Color Harmonies of #010D3D
Complementary color
Monochromatic Colors of #010D3D
Black with #010D3D
Text Example
Text Example
White with #010D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D3D; }
p { color: rgb(1,13,61); }
H1.HeaderClassName
{
color: #010D3D;
}
.AnyTagClassName
{
color: #010D3D;
}
</style>
background-color css
<style>
a { background-color: #010D3D; }
a { background-color: rgb(1,13,61); }
div.DivClassName
{
background-color: #010D3D;
}
.BgClassName
{
background-color: #010D3D;
}
</style>
border-color css
<style>
span { border-color: #010D3D; }
span { border-color: rgb(1,13,61); }
td.TdClassName
{
border-color: #010D3D;
}
.TagClassName
{
border-color: #010D3D;
}
</style>