Shades of Midnight Blue #14115F
Tints of Midnight Blue #14115F
RGB
CMYK
RGB Variations
Color information
#14115F (or 0x14115F) is known color: Midnight Blue. HEX triplet: 14, 11 and 5F. RGB value is (20,17,95). Sum of RGB (Red+Green+Blue) = 20+17+95=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #14115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14115F is #EBEEA0. Grayscale: #1A1A1A. Windows color (decimal): -15462049 or 6230292. OLE color: 6230292.
HSL color Cylindrical-coordinate representation of color #14115F: hue angle of 242.31º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14115F is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 17 | 95 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.63 |
| HSL | 242.31º | 0.7% | 0.22% | - |
| HSV(B) | 242.31º | 0.82% | 0.37% | - |
| XYZ | 2.55 | 1.38 | 10.96 | - |
| YUV | 26.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 95 | 0.79 | 0.82 | 0 | 0.63 | 242.31 | 0.7 | 0.22 |
| Hex | 14 | 11 | 5F | 4F | 52 | 0 | 3F | F2 | 46 | 16 |
| Octal | 24 | 21 | 137 | 117 | 122 | 0 | 77 | 362 | 106 | 26 |
| Binary | 10100 | 10001 | 1011111 | 1001111 | 1010010 | 0 | 111111 | 11110010 | 1000110 | 10110 |
Color Harmonies of #14115F
Complementary color
Monochromatic Colors of #14115F
Black with #14115F
Text Example
Text Example
White with #14115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14115F; }
p { color: rgb(20,17,95); }
H1.HeaderClassName
{
color: #14115F;
}
.AnyTagClassName
{
color: #14115F;
}
</style>
background-color css
<style>
a { background-color: #14115F; }
a { background-color: rgb(20,17,95); }
div.DivClassName
{
background-color: #14115F;
}
.BgClassName
{
background-color: #14115F;
}
</style>
border-color css
<style>
span { border-color: #14115F; }
span { border-color: rgb(20,17,95); }
td.TdClassName
{
border-color: #14115F;
}
.TagClassName
{
border-color: #14115F;
}
</style>