Shades of Midnight Blue #010147
Tints of Midnight Blue #010147
RGB
CMYK
RGB Variations
Color information
#010147 (or 0x010147) is known color: Midnight Blue. HEX triplet: 01, 01 and 47. RGB value is (1,1,71). Sum of RGB (Red+Green+Blue) = 1+1+71=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 71 (28.12% from 255 or 97.26% from 73); Max value from RGB is 71 - color contains mainly: blue. Hex color #010147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010147 is #FEFEB8. Grayscale: #080808. Windows color (decimal): -16711353 or 4653313. OLE color: 4653313.
HSL color Cylindrical-coordinate representation of color #010147: hue angle of 240º 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 #010147 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 1 | 71 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.72 |
| HSL | 240º | 0.97% | 0.14% | - |
| HSV(B) | 240º | 0.99% | 0.28% | - |
| XYZ | 1.16 | 0.48 | 5.99 | - |
| YUV | 8.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 71 | 0.99 | 0.99 | 0 | 0.72 | 240 | 0.97 | 0.14 |
| Hex | 1 | 1 | 47 | 63 | 63 | 0 | 48 | F0 | 61 | E |
| Octal | 1 | 1 | 107 | 143 | 143 | 0 | 110 | 360 | 141 | 16 |
| Binary | 1 | 1 | 1000111 | 1100011 | 1100011 | 0 | 1001000 | 11110000 | 1100001 | 1110 |
Color Harmonies of #010147
Complementary color
Monochromatic Colors of #010147
Black with #010147
Text Example
Text Example
White with #010147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010147; }
p { color: rgb(1,1,71); }
H1.HeaderClassName
{
color: #010147;
}
.AnyTagClassName
{
color: #010147;
}
</style>
background-color css
<style>
a { background-color: #010147; }
a { background-color: rgb(1,1,71); }
div.DivClassName
{
background-color: #010147;
}
.BgClassName
{
background-color: #010147;
}
</style>
border-color css
<style>
span { border-color: #010147; }
span { border-color: rgb(1,1,71); }
td.TdClassName
{
border-color: #010147;
}
.TagClassName
{
border-color: #010147;
}
</style>