Shades of Midnight Blue #14135D
Tints of Midnight Blue #14135D
RGB
CMYK
RGB Variations
Color information
#14135D (or 0x14135D) is known color: Midnight Blue. HEX triplet: 14, 13 and 5D. RGB value is (20,19,93). Sum of RGB (Red+Green+Blue) = 20+19+93=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #14135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14135D is #EBECA2. Grayscale: #1B1B1B. Windows color (decimal): -15461539 or 6099732. OLE color: 6099732.
HSL color Cylindrical-coordinate representation of color #14135D: hue angle of 240.81º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14135D is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 19 | 93 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.64 |
| HSL | 240.81º | 0.66% | 0.22% | - |
| HSV(B) | 240.81º | 0.8% | 0.36% | - |
| XYZ | 2.5 | 1.4 | 10.5 | - |
| YUV | 27.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 93 | 0.78 | 0.80 | 0 | 0.64 | 240.81 | 0.66 | 0.22 |
| Hex | 14 | 13 | 5D | 4E | 50 | 0 | 40 | F1 | 42 | 16 |
| Octal | 24 | 23 | 135 | 116 | 120 | 0 | 100 | 361 | 102 | 26 |
| Binary | 10100 | 10011 | 1011101 | 1001110 | 1010000 | 0 | 1000000 | 11110001 | 1000010 | 10110 |
Color Harmonies of #14135D
Complementary color
Monochromatic Colors of #14135D
Black with #14135D
Text Example
Text Example
White with #14135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14135D; }
p { color: rgb(20,19,93); }
H1.HeaderClassName
{
color: #14135D;
}
.AnyTagClassName
{
color: #14135D;
}
</style>
background-color css
<style>
a { background-color: #14135D; }
a { background-color: rgb(20,19,93); }
div.DivClassName
{
background-color: #14135D;
}
.BgClassName
{
background-color: #14135D;
}
</style>
border-color css
<style>
span { border-color: #14135D; }
span { border-color: rgb(20,19,93); }
td.TdClassName
{
border-color: #14135D;
}
.TagClassName
{
border-color: #14135D;
}
</style>