Shades of Midnight Blue #14137F
Tints of Midnight Blue #14137F
RGB
CMYK
RGB Variations
Color information
#14137F (or 0x14137F) is known color: Midnight Blue. HEX triplet: 14, 13 and 7F. RGB value is (20,19,127). Sum of RGB (Red+Green+Blue) = 20+19+127=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 127 (50% from 255 or 76.51% from 166); Max value from RGB is 127 - color contains mainly: blue. Hex color #14137F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14137F is #EBEC80. Grayscale: #1F1F1F. Windows color (decimal): -15461505 or 8327956. OLE color: 8327956.
HSL color Cylindrical-coordinate representation of color #14137F: hue angle of 240.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14137F is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 19 | 127 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.50 |
| HSL | 240.56º | 0.74% | 0.29% | - |
| HSV(B) | 240.56º | 0.85% | 0.5% | - |
| XYZ | 4.35 | 2.15 | 20.26 | - |
| YUV | 31.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 127 | 0.84 | 0.85 | 0 | 0.50 | 240.56 | 0.74 | 0.29 |
| Hex | 14 | 13 | 7F | 54 | 55 | 0 | 32 | F1 | 4A | 1D |
| Octal | 24 | 23 | 177 | 124 | 125 | 0 | 62 | 361 | 112 | 35 |
| Binary | 10100 | 10011 | 1111111 | 1010100 | 1010101 | 0 | 110010 | 11110001 | 1001010 | 11101 |
Color Harmonies of #14137F
Complementary color
Monochromatic Colors of #14137F
Black with #14137F
Text Example
Text Example
White with #14137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14137F; }
p { color: rgb(20,19,127); }
H1.HeaderClassName
{
color: #14137F;
}
.AnyTagClassName
{
color: #14137F;
}
</style>
background-color css
<style>
a { background-color: #14137F; }
a { background-color: rgb(20,19,127); }
div.DivClassName
{
background-color: #14137F;
}
.BgClassName
{
background-color: #14137F;
}
</style>
border-color css
<style>
span { border-color: #14137F; }
span { border-color: rgb(20,19,127); }
td.TdClassName
{
border-color: #14137F;
}
.TagClassName
{
border-color: #14137F;
}
</style>