Shades of Midnight Express #010347
Tints of Midnight Express #010347
RGB
CMYK
RGB Variations
Color information
#010347 (or 0x010347) is known color: Midnight Express. HEX triplet: 01, 03 and 47. RGB value is (1,3,71). Sum of RGB (Red+Green+Blue) = 1+3+71=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 71 (28.12% from 255 or 94.67% from 75); Max value from RGB is 71 - color contains mainly: blue. Hex color #010347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010347 is #FEFCB8. Grayscale: #090909. Windows color (decimal): -16710841 or 4653825. OLE color: 4653825.
HSL color Cylindrical-coordinate representation of color #010347: hue angle of 238.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010347 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 3 | 71 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.72 |
| HSL | 238.29º | 0.97% | 0.14% | - |
| HSV(B) | 238.29º | 0.99% | 0.28% | - |
| XYZ | 1.18 | 0.53 | 6 | - |
| YUV | 10.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 71 | 0.99 | 0.96 | 0 | 0.72 | 238.29 | 0.97 | 0.14 |
| Hex | 1 | 3 | 47 | 63 | 60 | 0 | 48 | EE | 61 | E |
| Octal | 1 | 3 | 107 | 143 | 140 | 0 | 110 | 356 | 141 | 16 |
| Binary | 1 | 11 | 1000111 | 1100011 | 1100000 | 0 | 1001000 | 11101110 | 1100001 | 1110 |
Color Harmonies of #010347
Complementary color
Monochromatic Colors of #010347
Black with #010347
Text Example
Text Example
White with #010347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010347; }
p { color: rgb(1,3,71); }
H1.HeaderClassName
{
color: #010347;
}
.AnyTagClassName
{
color: #010347;
}
</style>
background-color css
<style>
a { background-color: #010347; }
a { background-color: rgb(1,3,71); }
div.DivClassName
{
background-color: #010347;
}
.BgClassName
{
background-color: #010347;
}
</style>
border-color css
<style>
span { border-color: #010347; }
span { border-color: rgb(1,3,71); }
td.TdClassName
{
border-color: #010347;
}
.TagClassName
{
border-color: #010347;
}
</style>