Shades of Midnight Blue #14135E
Tints of Midnight Blue #14135E
RGB
CMYK
RGB Variations
Color information
#14135E (or 0x14135E) is known color: Midnight Blue. HEX triplet: 14, 13 and 5E. RGB value is (20,19,94). Sum of RGB (Red+Green+Blue) = 20+19+94=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #14135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14135E is #EBECA1. Grayscale: #1B1B1B. Windows color (decimal): -15461538 or 6165268. OLE color: 6165268.
HSL color Cylindrical-coordinate representation of color #14135E: hue angle of 240.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14135E is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 19 | 94 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.63 |
| HSL | 240.8º | 0.66% | 0.22% | - |
| HSV(B) | 240.8º | 0.8% | 0.37% | - |
| XYZ | 2.54 | 1.42 | 10.73 | - |
| YUV | 27.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 94 | 0.79 | 0.80 | 0 | 0.63 | 240.8 | 0.66 | 0.22 |
| Hex | 14 | 13 | 5E | 4F | 50 | 0 | 3F | F1 | 42 | 16 |
| Octal | 24 | 23 | 136 | 117 | 120 | 0 | 77 | 361 | 102 | 26 |
| Binary | 10100 | 10011 | 1011110 | 1001111 | 1010000 | 0 | 111111 | 11110001 | 1000010 | 10110 |
Color Harmonies of #14135E
Complementary color
Monochromatic Colors of #14135E
Black with #14135E
Text Example
Text Example
White with #14135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14135E; }
p { color: rgb(20,19,94); }
H1.HeaderClassName
{
color: #14135E;
}
.AnyTagClassName
{
color: #14135E;
}
</style>
background-color css
<style>
a { background-color: #14135E; }
a { background-color: rgb(20,19,94); }
div.DivClassName
{
background-color: #14135E;
}
.BgClassName
{
background-color: #14135E;
}
</style>
border-color css
<style>
span { border-color: #14135E; }
span { border-color: rgb(20,19,94); }
td.TdClassName
{
border-color: #14135E;
}
.TagClassName
{
border-color: #14135E;
}
</style>