Shades of Midnight Express #010D30
Tints of Midnight Express #010D30
RGB
CMYK
RGB Variations
Color information
#010D30 (or 0x010D30) is known color: Midnight Express. HEX triplet: 01, 0D and 30. RGB value is (1,13,48). Sum of RGB (Red+Green+Blue) = 1+13+48=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #010D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D30 is #FEF2CF. Grayscale: #0D0D0D. Windows color (decimal): -16708304 or 3149057. OLE color: 3149057.
HSL color Cylindrical-coordinate representation of color #010D30: hue angle of 224.68º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010D30 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 13 | 48 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.81 |
| HSL | 224.68º | 0.96% | 0.1% | - |
| HSV(B) | 224.68º | 0.98% | 0.19% | - |
| XYZ | 0.69 | 0.51 | 2.86 | - |
| YUV | 13.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 48 | 0.98 | 0.73 | 0 | 0.81 | 224.68 | 0.96 | 0.1 |
| Hex | 1 | D | 30 | 62 | 49 | 0 | 51 | E1 | 60 | A |
| Octal | 1 | 15 | 60 | 142 | 111 | 0 | 121 | 341 | 140 | 12 |
| Binary | 1 | 1101 | 110000 | 1100010 | 1001001 | 0 | 1010001 | 11100001 | 1100000 | 1010 |
Color Harmonies of #010D30
Complementary color
Monochromatic Colors of #010D30
Black with #010D30
Text Example
Text Example
White with #010D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D30; }
p { color: rgb(1,13,48); }
H1.HeaderClassName
{
color: #010D30;
}
.AnyTagClassName
{
color: #010D30;
}
</style>
background-color css
<style>
a { background-color: #010D30; }
a { background-color: rgb(1,13,48); }
div.DivClassName
{
background-color: #010D30;
}
.BgClassName
{
background-color: #010D30;
}
</style>
border-color css
<style>
span { border-color: #010D30; }
span { border-color: rgb(1,13,48); }
td.TdClassName
{
border-color: #010D30;
}
.TagClassName
{
border-color: #010D30;
}
</style>