Shades of Midnight Blue #030752
Tints of Midnight Blue #030752
RGB
CMYK
RGB Variations
Color information
#030752 (or 0x030752) is known color: Midnight Blue. HEX triplet: 03, 07 and 52. RGB value is (3,7,82). Sum of RGB (Red+Green+Blue) = 3+7+82=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 82 (32.42% from 255 or 89.13% from 92); Max value from RGB is 82 - color contains mainly: blue. Hex color #030752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030752 is #FCF8AD. Grayscale: #0E0E0E. Windows color (decimal): -16578734 or 5375747. OLE color: 5375747.
HSL color Cylindrical-coordinate representation of color #030752: hue angle of 236.96º 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 #030752 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 7 | 82 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.68 |
| HSL | 236.96º | 0.93% | 0.17% | - |
| HSV(B) | 236.96º | 0.96% | 0.32% | - |
| XYZ | 1.64 | 0.78 | 8.05 | - |
| YUV | 14.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 82 | 0.96 | 0.91 | 0 | 0.68 | 236.96 | 0.93 | 0.17 |
| Hex | 3 | 7 | 52 | 60 | 5B | 0 | 44 | ED | 5D | 11 |
| Octal | 3 | 7 | 122 | 140 | 133 | 0 | 104 | 355 | 135 | 21 |
| Binary | 11 | 111 | 1010010 | 1100000 | 1011011 | 0 | 1000100 | 11101101 | 1011101 | 10001 |
Color Harmonies of #030752
Complementary color
Monochromatic Colors of #030752
Black with #030752
Text Example
Text Example
White with #030752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030752; }
p { color: rgb(3,7,82); }
H1.HeaderClassName
{
color: #030752;
}
.AnyTagClassName
{
color: #030752;
}
</style>
background-color css
<style>
a { background-color: #030752; }
a { background-color: rgb(3,7,82); }
div.DivClassName
{
background-color: #030752;
}
.BgClassName
{
background-color: #030752;
}
</style>
border-color css
<style>
span { border-color: #030752; }
span { border-color: rgb(3,7,82); }
td.TdClassName
{
border-color: #030752;
}
.TagClassName
{
border-color: #030752;
}
</style>