Shades of Midnight Blue #060D60
Tints of Midnight Blue #060D60
RGB
CMYK
RGB Variations
Color information
#060D60 (or 0x060D60) is known color: Midnight Blue. HEX triplet: 06, 0D and 60. RGB value is (6,13,96). Sum of RGB (Red+Green+Blue) = 6+13+96=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 96 (37.89% from 255 or 83.48% from 115); Max value from RGB is 96 - color contains mainly: blue. Hex color #060D60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D60 is #F9F29F. Grayscale: #141414. Windows color (decimal): -16380576 or 6294790. OLE color: 6294790.
HSL color Cylindrical-coordinate representation of color #060D60: hue angle of 235.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 #060D60 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 13 | 96 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.62 |
| HSL | 235.33º | 0.88% | 0.2% | - |
| HSV(B) | 235.33º | 0.94% | 0.38% | - |
| XYZ | 2.33 | 1.17 | 11.17 | - |
| YUV | 20.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 96 | 0.94 | 0.86 | 0 | 0.62 | 235.33 | 0.88 | 0.2 |
| Hex | 6 | D | 60 | 5E | 56 | 0 | 3E | EB | 58 | 14 |
| Octal | 6 | 15 | 140 | 136 | 126 | 0 | 76 | 353 | 130 | 24 |
| Binary | 110 | 1101 | 1100000 | 1011110 | 1010110 | 0 | 111110 | 11101011 | 1011000 | 10100 |
Color Harmonies of #060D60
Complementary color
Monochromatic Colors of #060D60
Black with #060D60
Text Example
Text Example
White with #060D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D60; }
p { color: rgb(6,13,96); }
H1.HeaderClassName
{
color: #060D60;
}
.AnyTagClassName
{
color: #060D60;
}
</style>
background-color css
<style>
a { background-color: #060D60; }
a { background-color: rgb(6,13,96); }
div.DivClassName
{
background-color: #060D60;
}
.BgClassName
{
background-color: #060D60;
}
</style>
border-color css
<style>
span { border-color: #060D60; }
span { border-color: rgb(6,13,96); }
td.TdClassName
{
border-color: #060D60;
}
.TagClassName
{
border-color: #060D60;
}
</style>