Shades of Midnight Blue #14156F
Tints of Midnight Blue #14156F
RGB
CMYK
RGB Variations
Color information
#14156F (or 0x14156F) is known color: Midnight Blue. HEX triplet: 14, 15 and 6F. RGB value is (20,21,111). Sum of RGB (Red+Green+Blue) = 20+21+111=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #14156F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14156F is #EBEA90. Grayscale: #1E1E1E. Windows color (decimal): -15461009 or 7279892. OLE color: 7279892.
HSL color Cylindrical-coordinate representation of color #14156F: hue angle of 239.34º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14156F is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 21 | 111 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.56 |
| HSL | 239.34º | 0.69% | 0.26% | - |
| HSV(B) | 239.34º | 0.82% | 0.44% | - |
| XYZ | 3.43 | 1.83 | 15.21 | - |
| YUV | 30.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 111 | 0.82 | 0.81 | 0 | 0.56 | 239.34 | 0.69 | 0.26 |
| Hex | 14 | 15 | 6F | 52 | 51 | 0 | 38 | EF | 45 | 1A |
| Octal | 24 | 25 | 157 | 122 | 121 | 0 | 70 | 357 | 105 | 32 |
| Binary | 10100 | 10101 | 1101111 | 1010010 | 1010001 | 0 | 111000 | 11101111 | 1000101 | 11010 |
Color Harmonies of #14156F
Complementary color
Monochromatic Colors of #14156F
Black with #14156F
Text Example
Text Example
White with #14156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14156F; }
p { color: rgb(20,21,111); }
H1.HeaderClassName
{
color: #14156F;
}
.AnyTagClassName
{
color: #14156F;
}
</style>
background-color css
<style>
a { background-color: #14156F; }
a { background-color: rgb(20,21,111); }
div.DivClassName
{
background-color: #14156F;
}
.BgClassName
{
background-color: #14156F;
}
</style>
border-color css
<style>
span { border-color: #14156F; }
span { border-color: rgb(20,21,111); }
td.TdClassName
{
border-color: #14156F;
}
.TagClassName
{
border-color: #14156F;
}
</style>