Shades of Midnight Blue #030760
Tints of Midnight Blue #030760
RGB
CMYK
RGB Variations
Color information
#030760 (or 0x030760) is known color: Midnight Blue. HEX triplet: 03, 07 and 60. RGB value is (3,7,96). Sum of RGB (Red+Green+Blue) = 3+7+96=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 96 (37.89% from 255 or 90.57% from 106); Max value from RGB is 96 - color contains mainly: blue. Hex color #030760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030760 is #FCF89F. Grayscale: #0F0F0F. Windows color (decimal): -16578720 or 6293251. OLE color: 6293251.
HSL color Cylindrical-coordinate representation of color #030760: hue angle of 237.42º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030760 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 7 | 96 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.62 |
| HSL | 237.42º | 0.94% | 0.19% | - |
| HSV(B) | 237.42º | 0.97% | 0.38% | - |
| XYZ | 2.22 | 1.02 | 11.15 | - |
| YUV | 15.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 96 | 0.97 | 0.93 | 0 | 0.62 | 237.42 | 0.94 | 0.19 |
| Hex | 3 | 7 | 60 | 61 | 5D | 0 | 3E | ED | 5E | 13 |
| Octal | 3 | 7 | 140 | 141 | 135 | 0 | 76 | 355 | 136 | 23 |
| Binary | 11 | 111 | 1100000 | 1100001 | 1011101 | 0 | 111110 | 11101101 | 1011110 | 10011 |
Color Harmonies of #030760
Complementary color
Monochromatic Colors of #030760
Black with #030760
Text Example
Text Example
White with #030760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030760; }
p { color: rgb(3,7,96); }
H1.HeaderClassName
{
color: #030760;
}
.AnyTagClassName
{
color: #030760;
}
</style>
background-color css
<style>
a { background-color: #030760; }
a { background-color: rgb(3,7,96); }
div.DivClassName
{
background-color: #030760;
}
.BgClassName
{
background-color: #030760;
}
</style>
border-color css
<style>
span { border-color: #030760; }
span { border-color: rgb(3,7,96); }
td.TdClassName
{
border-color: #030760;
}
.TagClassName
{
border-color: #030760;
}
</style>