Shades of Midnight Blue #14065D
Tints of Midnight Blue #14065D
RGB
CMYK
RGB Variations
Color information
#14065D (or 0x14065D) is known color: Midnight Blue. HEX triplet: 14, 06 and 5D. RGB value is (20,6,93). Sum of RGB (Red+Green+Blue) = 20+6+93=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #14065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14065D is #EBF9A2. Grayscale: #131313. Windows color (decimal): -15464867 or 6096404. OLE color: 6096404.
HSL color Cylindrical-coordinate representation of color #14065D: hue angle of 249.66º 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 #14065D is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 6 | 93 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.64 |
| HSL | 249.66º | 0.88% | 0.19% | - |
| HSV(B) | 249.66º | 0.94% | 0.36% | - |
| XYZ | 2.33 | 1.07 | 10.44 | - |
| YUV | 20.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 93 | 0.78 | 0.94 | 0 | 0.64 | 249.66 | 0.88 | 0.19 |
| Hex | 14 | 6 | 5D | 4E | 5E | 0 | 40 | FA | 58 | 13 |
| Octal | 24 | 6 | 135 | 116 | 136 | 0 | 100 | 372 | 130 | 23 |
| Binary | 10100 | 110 | 1011101 | 1001110 | 1011110 | 0 | 1000000 | 11111010 | 1011000 | 10011 |
Color Harmonies of #14065D
Complementary color
Monochromatic Colors of #14065D
Black with #14065D
Text Example
Text Example
White with #14065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14065D; }
p { color: rgb(20,6,93); }
H1.HeaderClassName
{
color: #14065D;
}
.AnyTagClassName
{
color: #14065D;
}
</style>
background-color css
<style>
a { background-color: #14065D; }
a { background-color: rgb(20,6,93); }
div.DivClassName
{
background-color: #14065D;
}
.BgClassName
{
background-color: #14065D;
}
</style>
border-color css
<style>
span { border-color: #14065D; }
span { border-color: rgb(20,6,93); }
td.TdClassName
{
border-color: #14065D;
}
.TagClassName
{
border-color: #14065D;
}
</style>