Shades of Midnight Blue #010552
Tints of Midnight Blue #010552
RGB
CMYK
RGB Variations
Color information
#010552 (or 0x010552) is known color: Midnight Blue. HEX triplet: 01, 05 and 52. RGB value is (1,5,82). Sum of RGB (Red+Green+Blue) = 1+5+82=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 82 (32.42% from 255 or 93.18% from 88); Max value from RGB is 82 - color contains mainly: blue. Hex color #010552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010552 is #FEFAAD. Grayscale: #0C0C0C. Windows color (decimal): -16710318 or 5375233. OLE color: 5375233.
HSL color Cylindrical-coordinate representation of color #010552: hue angle of 237.04º 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 #010552 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 5 | 82 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.68 |
| HSL | 237.04º | 0.98% | 0.16% | - |
| HSV(B) | 237.04º | 0.99% | 0.32% | - |
| XYZ | 1.59 | 0.72 | 8.04 | - |
| YUV | 12.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 82 | 0.99 | 0.94 | 0 | 0.68 | 237.04 | 0.98 | 0.16 |
| Hex | 1 | 5 | 52 | 63 | 5E | 0 | 44 | ED | 62 | 10 |
| Octal | 1 | 5 | 122 | 143 | 136 | 0 | 104 | 355 | 142 | 20 |
| Binary | 1 | 101 | 1010010 | 1100011 | 1011110 | 0 | 1000100 | 11101101 | 1100010 | 10000 |
Color Harmonies of #010552
Complementary color
Monochromatic Colors of #010552
Black with #010552
Text Example
Text Example
White with #010552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010552; }
p { color: rgb(1,5,82); }
H1.HeaderClassName
{
color: #010552;
}
.AnyTagClassName
{
color: #010552;
}
</style>
background-color css
<style>
a { background-color: #010552; }
a { background-color: rgb(1,5,82); }
div.DivClassName
{
background-color: #010552;
}
.BgClassName
{
background-color: #010552;
}
</style>
border-color css
<style>
span { border-color: #010552; }
span { border-color: rgb(1,5,82); }
td.TdClassName
{
border-color: #010552;
}
.TagClassName
{
border-color: #010552;
}
</style>