Shades of Midnight Blue #030551
Tints of Midnight Blue #030551
RGB
CMYK
RGB Variations
Color information
#030551 (or 0x030551) is known color: Midnight Blue. HEX triplet: 03, 05 and 51. RGB value is (3,5,81). Sum of RGB (Red+Green+Blue) = 3+5+81=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 81 (32.03% from 255 or 91.01% from 89); Max value from RGB is 81 - color contains mainly: blue. Hex color #030551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030551 is #FCFAAE. Grayscale: #0C0C0C. Windows color (decimal): -16579247 or 5309699. OLE color: 5309699.
HSL color Cylindrical-coordinate representation of color #030551: hue angle of 238.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030551 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 5 | 81 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.68 |
| HSL | 238.46º | 0.93% | 0.16% | - |
| HSV(B) | 238.46º | 0.96% | 0.32% | - |
| XYZ | 1.58 | 0.72 | 7.84 | - |
| YUV | 13.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 81 | 0.96 | 0.94 | 0 | 0.68 | 238.46 | 0.93 | 0.16 |
| Hex | 3 | 5 | 51 | 60 | 5E | 0 | 44 | EE | 5D | 10 |
| Octal | 3 | 5 | 121 | 140 | 136 | 0 | 104 | 356 | 135 | 20 |
| Binary | 11 | 101 | 1010001 | 1100000 | 1011110 | 0 | 1000100 | 11101110 | 1011101 | 10000 |
Color Harmonies of #030551
Complementary color
Monochromatic Colors of #030551
Black with #030551
Text Example
Text Example
White with #030551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030551; }
p { color: rgb(3,5,81); }
H1.HeaderClassName
{
color: #030551;
}
.AnyTagClassName
{
color: #030551;
}
</style>
background-color css
<style>
a { background-color: #030551; }
a { background-color: rgb(3,5,81); }
div.DivClassName
{
background-color: #030551;
}
.BgClassName
{
background-color: #030551;
}
</style>
border-color css
<style>
span { border-color: #030551; }
span { border-color: rgb(3,5,81); }
td.TdClassName
{
border-color: #030551;
}
.TagClassName
{
border-color: #030551;
}
</style>