Shades of Midnight Blue #060E5D
Tints of Midnight Blue #060E5D
RGB
CMYK
RGB Variations
Color information
#060E5D (or 0x060E5D) is known color: Midnight Blue. HEX triplet: 06, 0E and 5D. RGB value is (6,14,93). Sum of RGB (Red+Green+Blue) = 6+14+93=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #060E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E5D is #F9F1A2. Grayscale: #141414. Windows color (decimal): -16380323 or 6098438. OLE color: 6098438.
HSL color Cylindrical-coordinate representation of color #060E5D: hue angle of 234.48º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060E5D is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 14 | 93 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.64 |
| HSL | 234.48º | 0.88% | 0.19% | - |
| HSV(B) | 234.48º | 0.94% | 0.36% | - |
| XYZ | 2.21 | 1.14 | 10.46 | - |
| YUV | 20.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 93 | 0.94 | 0.85 | 0 | 0.64 | 234.48 | 0.88 | 0.19 |
| Hex | 6 | E | 5D | 5E | 55 | 0 | 40 | EA | 58 | 13 |
| Octal | 6 | 16 | 135 | 136 | 125 | 0 | 100 | 352 | 130 | 23 |
| Binary | 110 | 1110 | 1011101 | 1011110 | 1010101 | 0 | 1000000 | 11101010 | 1011000 | 10011 |
Color Harmonies of #060E5D
Complementary color
Monochromatic Colors of #060E5D
Black with #060E5D
Text Example
Text Example
White with #060E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E5D; }
p { color: rgb(6,14,93); }
H1.HeaderClassName
{
color: #060E5D;
}
.AnyTagClassName
{
color: #060E5D;
}
</style>
background-color css
<style>
a { background-color: #060E5D; }
a { background-color: rgb(6,14,93); }
div.DivClassName
{
background-color: #060E5D;
}
.BgClassName
{
background-color: #060E5D;
}
</style>
border-color css
<style>
span { border-color: #060E5D; }
span { border-color: rgb(6,14,93); }
td.TdClassName
{
border-color: #060E5D;
}
.TagClassName
{
border-color: #060E5D;
}
</style>