Shades of Midnight Blue #030552
Tints of Midnight Blue #030552
RGB
CMYK
RGB Variations
Color information
#030552 (or 0x030552) is known color: Midnight Blue. HEX triplet: 03, 05 and 52. RGB value is (3,5,82). Sum of RGB (Red+Green+Blue) = 3+5+82=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 82 (32.42% from 255 or 91.11% from 90); Max value from RGB is 82 - color contains mainly: blue. Hex color #030552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030552 is #FCFAAD. Grayscale: #0C0C0C. Windows color (decimal): -16579246 or 5375235. OLE color: 5375235.
HSL color Cylindrical-coordinate representation of color #030552: hue angle of 238.48º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030552 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 5 | 82 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.68 |
| HSL | 238.48º | 0.93% | 0.17% | - |
| HSV(B) | 238.48º | 0.96% | 0.32% | - |
| XYZ | 1.61 | 0.74 | 8.04 | - |
| YUV | 13.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 82 | 0.96 | 0.94 | 0 | 0.68 | 238.48 | 0.93 | 0.17 |
| Hex | 3 | 5 | 52 | 60 | 5E | 0 | 44 | EE | 5D | 11 |
| Octal | 3 | 5 | 122 | 140 | 136 | 0 | 104 | 356 | 135 | 21 |
| Binary | 11 | 101 | 1010010 | 1100000 | 1011110 | 0 | 1000100 | 11101110 | 1011101 | 10001 |
Color Harmonies of #030552
Complementary color
Monochromatic Colors of #030552
Black with #030552
Text Example
Text Example
White with #030552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030552; }
p { color: rgb(3,5,82); }
H1.HeaderClassName
{
color: #030552;
}
.AnyTagClassName
{
color: #030552;
}
</style>
background-color css
<style>
a { background-color: #030552; }
a { background-color: rgb(3,5,82); }
div.DivClassName
{
background-color: #030552;
}
.BgClassName
{
background-color: #030552;
}
</style>
border-color css
<style>
span { border-color: #030552; }
span { border-color: rgb(3,5,82); }
td.TdClassName
{
border-color: #030552;
}
.TagClassName
{
border-color: #030552;
}
</style>