Shades of Midnight Blue #060E6B
Tints of Midnight Blue #060E6B
RGB
CMYK
RGB Variations
Color information
#060E6B (or 0x060E6B) is known color: Midnight Blue. HEX triplet: 06, 0E and 6B. RGB value is (6,14,107). Sum of RGB (Red+Green+Blue) = 6+14+107=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 107 (42.19% from 255 or 84.25% from 127); Max value from RGB is 107 - color contains mainly: blue. Hex color #060E6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E6B is #F9F194. Grayscale: #151515. Windows color (decimal): -16380309 or 7015942. OLE color: 7015942.
HSL color Cylindrical-coordinate representation of color #060E6B: hue angle of 235.25º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060E6B is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 14 | 107 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.58 |
| HSL | 235.25º | 0.89% | 0.22% | - |
| HSV(B) | 235.25º | 0.94% | 0.42% | - |
| XYZ | 2.89 | 1.41 | 14.03 | - |
| YUV | 22.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 107 | 0.94 | 0.87 | 0 | 0.58 | 235.25 | 0.89 | 0.22 |
| Hex | 6 | E | 6B | 5E | 57 | 0 | 3A | EB | 59 | 16 |
| Octal | 6 | 16 | 153 | 136 | 127 | 0 | 72 | 353 | 131 | 26 |
| Binary | 110 | 1110 | 1101011 | 1011110 | 1010111 | 0 | 111010 | 11101011 | 1011001 | 10110 |
Color Harmonies of #060E6B
Complementary color
Monochromatic Colors of #060E6B
Black with #060E6B
Text Example
Text Example
White with #060E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E6B; }
p { color: rgb(6,14,107); }
H1.HeaderClassName
{
color: #060E6B;
}
.AnyTagClassName
{
color: #060E6B;
}
</style>
background-color css
<style>
a { background-color: #060E6B; }
a { background-color: rgb(6,14,107); }
div.DivClassName
{
background-color: #060E6B;
}
.BgClassName
{
background-color: #060E6B;
}
</style>
border-color css
<style>
span { border-color: #060E6B; }
span { border-color: rgb(6,14,107); }
td.TdClassName
{
border-color: #060E6B;
}
.TagClassName
{
border-color: #060E6B;
}
</style>