Shades of Midnight Blue #060760
Tints of Midnight Blue #060760
RGB
CMYK
RGB Variations
Color information
#060760 (or 0x060760) is known color: Midnight Blue. HEX triplet: 06, 07 and 60. RGB value is (6,7,96). Sum of RGB (Red+Green+Blue) = 6+7+96=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 96 (37.89% from 255 or 88.07% from 109); Max value from RGB is 96 - color contains mainly: blue. Hex color #060760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060760 is #F9F89F. Grayscale: #101010. Windows color (decimal): -16382112 or 6293254. OLE color: 6293254.
HSL color Cylindrical-coordinate representation of color #060760: hue angle of 239.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060760 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 7 | 96 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.62 |
| HSL | 239.33º | 0.88% | 0.2% | - |
| HSV(B) | 239.33º | 0.94% | 0.38% | - |
| XYZ | 2.26 | 1.04 | 11.15 | - |
| YUV | 16.85 | 172.67 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 7 | 96 | 0.94 | 0.93 | 0 | 0.62 | 239.33 | 0.88 | 0.2 |
| Hex | 6 | 7 | 60 | 5E | 5D | 0 | 3E | EF | 58 | 14 |
| Octal | 6 | 7 | 140 | 136 | 135 | 0 | 76 | 357 | 130 | 24 |
| Binary | 110 | 111 | 1100000 | 1011110 | 1011101 | 0 | 111110 | 11101111 | 1011000 | 10100 |
Color Harmonies of #060760
Complementary color
Monochromatic Colors of #060760
Black with #060760
Text Example
Text Example
White with #060760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060760; }
p { color: rgb(6,7,96); }
H1.HeaderClassName
{
color: #060760;
}
.AnyTagClassName
{
color: #060760;
}
</style>
background-color css
<style>
a { background-color: #060760; }
a { background-color: rgb(6,7,96); }
div.DivClassName
{
background-color: #060760;
}
.BgClassName
{
background-color: #060760;
}
</style>
border-color css
<style>
span { border-color: #060760; }
span { border-color: rgb(6,7,96); }
td.TdClassName
{
border-color: #060760;
}
.TagClassName
{
border-color: #060760;
}
</style>