Shades of Midnight Blue #060B5E
Tints of Midnight Blue #060B5E
RGB
CMYK
RGB Variations
Color information
#060B5E (or 0x060B5E) is known color: Midnight Blue. HEX triplet: 06, 0B and 5E. RGB value is (6,11,94). Sum of RGB (Red+Green+Blue) = 6+11+94=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #060B5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B5E is #F9F4A1. Grayscale: #121212. Windows color (decimal): -16381090 or 6163206. OLE color: 6163206.
HSL color Cylindrical-coordinate representation of color #060B5E: hue angle of 236.59º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060B5E is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 11 | 94 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.63 |
| HSL | 236.59º | 0.88% | 0.2% | - |
| HSV(B) | 236.59º | 0.94% | 0.37% | - |
| XYZ | 2.22 | 1.09 | 10.68 | - |
| YUV | 18.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 94 | 0.94 | 0.88 | 0 | 0.63 | 236.59 | 0.88 | 0.2 |
| Hex | 6 | B | 5E | 5E | 58 | 0 | 3F | ED | 58 | 14 |
| Octal | 6 | 13 | 136 | 136 | 130 | 0 | 77 | 355 | 130 | 24 |
| Binary | 110 | 1011 | 1011110 | 1011110 | 1011000 | 0 | 111111 | 11101101 | 1011000 | 10100 |
Color Harmonies of #060B5E
Complementary color
Monochromatic Colors of #060B5E
Black with #060B5E
Text Example
Text Example
White with #060B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B5E; }
p { color: rgb(6,11,94); }
H1.HeaderClassName
{
color: #060B5E;
}
.AnyTagClassName
{
color: #060B5E;
}
</style>
background-color css
<style>
a { background-color: #060B5E; }
a { background-color: rgb(6,11,94); }
div.DivClassName
{
background-color: #060B5E;
}
.BgClassName
{
background-color: #060B5E;
}
</style>
border-color css
<style>
span { border-color: #060B5E; }
span { border-color: rgb(6,11,94); }
td.TdClassName
{
border-color: #060B5E;
}
.TagClassName
{
border-color: #060B5E;
}
</style>