Shades of Midnight Blue #030656
Tints of Midnight Blue #030656
RGB
CMYK
RGB Variations
Color information
#030656 (or 0x030656) is known color: Midnight Blue. HEX triplet: 03, 06 and 56. RGB value is (3,6,86). Sum of RGB (Red+Green+Blue) = 3+6+86=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 86 (33.98% from 255 or 90.53% from 95); Max value from RGB is 86 - color contains mainly: blue. Hex color #030656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030656 is #FCF9A9. Grayscale: #0D0D0D. Windows color (decimal): -16578986 or 5637635. OLE color: 5637635.
HSL color Cylindrical-coordinate representation of color #030656: hue angle of 237.83º 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 #030656 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 6 | 86 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.66 |
| HSL | 237.83º | 0.93% | 0.17% | - |
| HSV(B) | 237.83º | 0.97% | 0.34% | - |
| XYZ | 1.78 | 0.82 | 8.87 | - |
| YUV | 14.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 86 | 0.97 | 0.93 | 0 | 0.66 | 237.83 | 0.93 | 0.17 |
| Hex | 3 | 6 | 56 | 61 | 5D | 0 | 42 | EE | 5D | 11 |
| Octal | 3 | 6 | 126 | 141 | 135 | 0 | 102 | 356 | 135 | 21 |
| Binary | 11 | 110 | 1010110 | 1100001 | 1011101 | 0 | 1000010 | 11101110 | 1011101 | 10001 |
Color Harmonies of #030656
Complementary color
Monochromatic Colors of #030656
Black with #030656
Text Example
Text Example
White with #030656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030656; }
p { color: rgb(3,6,86); }
H1.HeaderClassName
{
color: #030656;
}
.AnyTagClassName
{
color: #030656;
}
</style>
background-color css
<style>
a { background-color: #030656; }
a { background-color: rgb(3,6,86); }
div.DivClassName
{
background-color: #030656;
}
.BgClassName
{
background-color: #030656;
}
</style>
border-color css
<style>
span { border-color: #030656; }
span { border-color: rgb(3,6,86); }
td.TdClassName
{
border-color: #030656;
}
.TagClassName
{
border-color: #030656;
}
</style>