Shades of Midnight Blue #060B63
Tints of Midnight Blue #060B63
RGB
CMYK
RGB Variations
Color information
#060B63 (or 0x060B63) is known color: Midnight Blue. HEX triplet: 06, 0B and 63. RGB value is (6,11,99). Sum of RGB (Red+Green+Blue) = 6+11+99=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 99 (39.06% from 255 or 85.34% from 116); Max value from RGB is 99 - color contains mainly: blue. Hex color #060B63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B63 is #F9F49C. Grayscale: #131313. Windows color (decimal): -16381085 or 6490886. OLE color: 6490886.
HSL color Cylindrical-coordinate representation of color #060B63: hue angle of 236.77º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060B63 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 11 | 99 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.61 |
| HSL | 236.77º | 0.89% | 0.21% | - |
| HSV(B) | 236.77º | 0.94% | 0.39% | - |
| XYZ | 2.45 | 1.18 | 11.9 | - |
| YUV | 19.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 99 | 0.94 | 0.89 | 0 | 0.61 | 236.77 | 0.89 | 0.21 |
| Hex | 6 | B | 63 | 5E | 59 | 0 | 3D | ED | 59 | 15 |
| Octal | 6 | 13 | 143 | 136 | 131 | 0 | 75 | 355 | 131 | 25 |
| Binary | 110 | 1011 | 1100011 | 1011110 | 1011001 | 0 | 111101 | 11101101 | 1011001 | 10101 |
Color Harmonies of #060B63
Complementary color
Monochromatic Colors of #060B63
Black with #060B63
Text Example
Text Example
White with #060B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B63; }
p { color: rgb(6,11,99); }
H1.HeaderClassName
{
color: #060B63;
}
.AnyTagClassName
{
color: #060B63;
}
</style>
background-color css
<style>
a { background-color: #060B63; }
a { background-color: rgb(6,11,99); }
div.DivClassName
{
background-color: #060B63;
}
.BgClassName
{
background-color: #060B63;
}
</style>
border-color css
<style>
span { border-color: #060B63; }
span { border-color: rgb(6,11,99); }
td.TdClassName
{
border-color: #060B63;
}
.TagClassName
{
border-color: #060B63;
}
</style>