Shades of Midnight Blue #030756
Tints of Midnight Blue #030756
RGB
CMYK
RGB Variations
Color information
#030756 (or 0x030756) is known color: Midnight Blue. HEX triplet: 03, 07 and 56. RGB value is (3,7,86). Sum of RGB (Red+Green+Blue) = 3+7+86=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 86 (33.98% from 255 or 89.58% from 96); Max value from RGB is 86 - color contains mainly: blue. Hex color #030756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030756 is #FCF8A9. Grayscale: #0E0E0E. Windows color (decimal): -16578730 or 5637891. OLE color: 5637891.
HSL color Cylindrical-coordinate representation of color #030756: hue angle of 237.11º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030756 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 7 | 86 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.66 |
| HSL | 237.11º | 0.93% | 0.17% | - |
| HSV(B) | 237.11º | 0.97% | 0.34% | - |
| XYZ | 1.79 | 0.84 | 8.87 | - |
| YUV | 14.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 86 | 0.97 | 0.92 | 0 | 0.66 | 237.11 | 0.93 | 0.17 |
| Hex | 3 | 7 | 56 | 61 | 5C | 0 | 42 | ED | 5D | 11 |
| Octal | 3 | 7 | 126 | 141 | 134 | 0 | 102 | 355 | 135 | 21 |
| Binary | 11 | 111 | 1010110 | 1100001 | 1011100 | 0 | 1000010 | 11101101 | 1011101 | 10001 |
Color Harmonies of #030756
Complementary color
Monochromatic Colors of #030756
Black with #030756
Text Example
Text Example
White with #030756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030756; }
p { color: rgb(3,7,86); }
H1.HeaderClassName
{
color: #030756;
}
.AnyTagClassName
{
color: #030756;
}
</style>
background-color css
<style>
a { background-color: #030756; }
a { background-color: rgb(3,7,86); }
div.DivClassName
{
background-color: #030756;
}
.BgClassName
{
background-color: #030756;
}
</style>
border-color css
<style>
span { border-color: #030756; }
span { border-color: rgb(3,7,86); }
td.TdClassName
{
border-color: #030756;
}
.TagClassName
{
border-color: #030756;
}
</style>