Shades of Midnight Blue #14147F
Tints of Midnight Blue #14147F
RGB
CMYK
RGB Variations
Color information
#14147F (or 0x14147F) is known color: Midnight Blue. HEX triplet: 14, 14 and 7F. RGB value is (20,20,127). Sum of RGB (Red+Green+Blue) = 20+20+127=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 127 (50% from 255 or 76.05% from 167); Max value from RGB is 127 - color contains mainly: blue. Hex color #14147F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14147F is #EBEB80. Grayscale: #1F1F1F. Windows color (decimal): -15461249 or 8328212. OLE color: 8328212.
HSL color Cylindrical-coordinate representation of color #14147F: hue angle of 240º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14147F is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 20 | 127 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.50 |
| HSL | 240º | 0.73% | 0.29% | - |
| HSV(B) | 240º | 0.84% | 0.5% | - |
| XYZ | 4.37 | 2.18 | 20.27 | - |
| YUV | 32.2 | 181.5 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 127 | 0.84 | 0.84 | 0 | 0.50 | 240 | 0.73 | 0.29 |
| Hex | 14 | 14 | 7F | 54 | 54 | 0 | 32 | F0 | 49 | 1D |
| Octal | 24 | 24 | 177 | 124 | 124 | 0 | 62 | 360 | 111 | 35 |
| Binary | 10100 | 10100 | 1111111 | 1010100 | 1010100 | 0 | 110010 | 11110000 | 1001001 | 11101 |
Color Harmonies of #14147F
Complementary color
Monochromatic Colors of #14147F
Black with #14147F
Text Example
Text Example
White with #14147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14147F; }
p { color: rgb(20,20,127); }
H1.HeaderClassName
{
color: #14147F;
}
.AnyTagClassName
{
color: #14147F;
}
</style>
background-color css
<style>
a { background-color: #14147F; }
a { background-color: rgb(20,20,127); }
div.DivClassName
{
background-color: #14147F;
}
.BgClassName
{
background-color: #14147F;
}
</style>
border-color css
<style>
span { border-color: #14147F; }
span { border-color: rgb(20,20,127); }
td.TdClassName
{
border-color: #14147F;
}
.TagClassName
{
border-color: #14147F;
}
</style>