Shades of Midnight Blue #060F63
Tints of Midnight Blue #060F63
RGB
CMYK
RGB Variations
Color information
#060F63 (or 0x060F63) is known color: Midnight Blue. HEX triplet: 06, 0F and 63. RGB value is (6,15,99). Sum of RGB (Red+Green+Blue) = 6+15+99=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 99 (39.06% from 255 or 82.5% from 120); Max value from RGB is 99 - color contains mainly: blue. Hex color #060F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F63 is #F9F09C. Grayscale: #151515. Windows color (decimal): -16380061 or 6491910. OLE color: 6491910.
HSL color Cylindrical-coordinate representation of color #060F63: hue angle of 234.19º 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 #060F63 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 15 | 99 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.61 |
| HSL | 234.19º | 0.89% | 0.21% | - |
| HSV(B) | 234.19º | 0.94% | 0.39% | - |
| XYZ | 2.5 | 1.28 | 11.92 | - |
| YUV | 21.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 99 | 0.94 | 0.85 | 0 | 0.61 | 234.19 | 0.89 | 0.21 |
| Hex | 6 | F | 63 | 5E | 55 | 0 | 3D | EA | 59 | 15 |
| Octal | 6 | 17 | 143 | 136 | 125 | 0 | 75 | 352 | 131 | 25 |
| Binary | 110 | 1111 | 1100011 | 1011110 | 1010101 | 0 | 111101 | 11101010 | 1011001 | 10101 |
Color Harmonies of #060F63
Complementary color
Monochromatic Colors of #060F63
Black with #060F63
Text Example
Text Example
White with #060F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F63; }
p { color: rgb(6,15,99); }
H1.HeaderClassName
{
color: #060F63;
}
.AnyTagClassName
{
color: #060F63;
}
</style>
background-color css
<style>
a { background-color: #060F63; }
a { background-color: rgb(6,15,99); }
div.DivClassName
{
background-color: #060F63;
}
.BgClassName
{
background-color: #060F63;
}
</style>
border-color css
<style>
span { border-color: #060F63; }
span { border-color: rgb(6,15,99); }
td.TdClassName
{
border-color: #060F63;
}
.TagClassName
{
border-color: #060F63;
}
</style>