Shades of Midnight Blue #060D61
Tints of Midnight Blue #060D61
RGB
CMYK
RGB Variations
Color information
#060D61 (or 0x060D61) is known color: Midnight Blue. HEX triplet: 06, 0D and 61. RGB value is (6,13,97). Sum of RGB (Red+Green+Blue) = 6+13+97=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 97 (38.28% from 255 or 83.62% from 116); Max value from RGB is 97 - color contains mainly: blue. Hex color #060D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D61 is #F9F29E. Grayscale: #141414. Windows color (decimal): -16380575 or 6360326. OLE color: 6360326.
HSL color Cylindrical-coordinate representation of color #060D61: hue angle of 235.38º 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 #060D61 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 13 | 97 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.62 |
| HSL | 235.38º | 0.88% | 0.2% | - |
| HSV(B) | 235.38º | 0.94% | 0.38% | - |
| XYZ | 2.38 | 1.19 | 11.41 | - |
| YUV | 20.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 97 | 0.94 | 0.87 | 0 | 0.62 | 235.38 | 0.88 | 0.2 |
| Hex | 6 | D | 61 | 5E | 57 | 0 | 3E | EB | 58 | 14 |
| Octal | 6 | 15 | 141 | 136 | 127 | 0 | 76 | 353 | 130 | 24 |
| Binary | 110 | 1101 | 1100001 | 1011110 | 1010111 | 0 | 111110 | 11101011 | 1011000 | 10100 |
Color Harmonies of #060D61
Complementary color
Monochromatic Colors of #060D61
Black with #060D61
Text Example
Text Example
White with #060D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D61; }
p { color: rgb(6,13,97); }
H1.HeaderClassName
{
color: #060D61;
}
.AnyTagClassName
{
color: #060D61;
}
</style>
background-color css
<style>
a { background-color: #060D61; }
a { background-color: rgb(6,13,97); }
div.DivClassName
{
background-color: #060D61;
}
.BgClassName
{
background-color: #060D61;
}
</style>
border-color css
<style>
span { border-color: #060D61; }
span { border-color: rgb(6,13,97); }
td.TdClassName
{
border-color: #060D61;
}
.TagClassName
{
border-color: #060D61;
}
</style>