Shades of Midnight Blue #060B65
Tints of Midnight Blue #060B65
RGB
CMYK
RGB Variations
Color information
#060B65 (or 0x060B65) is known color: Midnight Blue. HEX triplet: 06, 0B and 65. RGB value is (6,11,101). Sum of RGB (Red+Green+Blue) = 6+11+101=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 101 (39.84% from 255 or 85.59% from 118); Max value from RGB is 101 - color contains mainly: blue. Hex color #060B65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B65 is #F9F49A. Grayscale: #131313. Windows color (decimal): -16381083 or 6621958. OLE color: 6621958.
HSL color Cylindrical-coordinate representation of color #060B65: hue angle of 236.84º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060B65 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 11 | 101 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.60 |
| HSL | 236.84º | 0.89% | 0.21% | - |
| HSV(B) | 236.84º | 0.94% | 0.4% | - |
| XYZ | 2.54 | 1.22 | 12.41 | - |
| YUV | 19.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 101 | 0.94 | 0.89 | 0 | 0.60 | 236.84 | 0.89 | 0.21 |
| Hex | 6 | B | 65 | 5E | 59 | 0 | 3C | ED | 59 | 15 |
| Octal | 6 | 13 | 145 | 136 | 131 | 0 | 74 | 355 | 131 | 25 |
| Binary | 110 | 1011 | 1100101 | 1011110 | 1011001 | 0 | 111100 | 11101101 | 1011001 | 10101 |
Color Harmonies of #060B65
Complementary color
Monochromatic Colors of #060B65
Black with #060B65
Text Example
Text Example
White with #060B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B65; }
p { color: rgb(6,11,101); }
H1.HeaderClassName
{
color: #060B65;
}
.AnyTagClassName
{
color: #060B65;
}
</style>
background-color css
<style>
a { background-color: #060B65; }
a { background-color: rgb(6,11,101); }
div.DivClassName
{
background-color: #060B65;
}
.BgClassName
{
background-color: #060B65;
}
</style>
border-color css
<style>
span { border-color: #060B65; }
span { border-color: rgb(6,11,101); }
td.TdClassName
{
border-color: #060B65;
}
.TagClassName
{
border-color: #060B65;
}
</style>