Shades of Midnight Blue #010551
Tints of Midnight Blue #010551
RGB
CMYK
RGB Variations
Color information
#010551 (or 0x010551) is known color: Midnight Blue. HEX triplet: 01, 05 and 51. RGB value is (1,5,81). Sum of RGB (Red+Green+Blue) = 1+5+81=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 81 (32.03% from 255 or 93.10% from 87); Max value from RGB is 81 - color contains mainly: blue. Hex color #010551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010551 is #FEFAAE. Grayscale: #0C0C0C. Windows color (decimal): -16710319 or 5309697. OLE color: 5309697.
HSL color Cylindrical-coordinate representation of color #010551: hue angle of 237º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010551 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 5 | 81 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.68 |
| HSL | 237º | 0.98% | 0.16% | - |
| HSV(B) | 237º | 0.99% | 0.32% | - |
| XYZ | 1.55 | 0.71 | 7.84 | - |
| YUV | 12.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 81 | 0.99 | 0.94 | 0 | 0.68 | 237 | 0.98 | 0.16 |
| Hex | 1 | 5 | 51 | 63 | 5E | 0 | 44 | ED | 62 | 10 |
| Octal | 1 | 5 | 121 | 143 | 136 | 0 | 104 | 355 | 142 | 20 |
| Binary | 1 | 101 | 1010001 | 1100011 | 1011110 | 0 | 1000100 | 11101101 | 1100010 | 10000 |
Color Harmonies of #010551
Complementary color
Monochromatic Colors of #010551
Black with #010551
Text Example
Text Example
White with #010551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010551; }
p { color: rgb(1,5,81); }
H1.HeaderClassName
{
color: #010551;
}
.AnyTagClassName
{
color: #010551;
}
</style>
background-color css
<style>
a { background-color: #010551; }
a { background-color: rgb(1,5,81); }
div.DivClassName
{
background-color: #010551;
}
.BgClassName
{
background-color: #010551;
}
</style>
border-color css
<style>
span { border-color: #010551; }
span { border-color: rgb(1,5,81); }
td.TdClassName
{
border-color: #010551;
}
.TagClassName
{
border-color: #010551;
}
</style>