Shades of Midnight Blue #14217C
Tints of Midnight Blue #14217C
RGB
CMYK
RGB Variations
Color information
#14217C (or 0x14217C) is known color: Midnight Blue. HEX triplet: 14, 21 and 7C. RGB value is (20,33,124). Sum of RGB (Red+Green+Blue) = 20+33+124=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #14217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14217C is #EBDE83. Grayscale: #272727. Windows color (decimal): -15457924 or 8134932. OLE color: 8134932.
HSL color Cylindrical-coordinate representation of color #14217C: hue angle of 232.5º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14217C is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 33 | 124 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.51 |
| HSL | 232.5º | 0.72% | 0.28% | - |
| HSV(B) | 232.5º | 0.84% | 0.49% | - |
| XYZ | 4.47 | 2.69 | 19.35 | - |
| YUV | 39.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 124 | 0.84 | 0.73 | 0 | 0.51 | 232.5 | 0.72 | 0.28 |
| Hex | 14 | 21 | 7C | 54 | 49 | 0 | 33 | E8 | 48 | 1C |
| Octal | 24 | 41 | 174 | 124 | 111 | 0 | 63 | 350 | 110 | 34 |
| Binary | 10100 | 100001 | 1111100 | 1010100 | 1001001 | 0 | 110011 | 11101000 | 1001000 | 11100 |
Color Harmonies of #14217C
Complementary color
Monochromatic Colors of #14217C
Black with #14217C
Text Example
Text Example
White with #14217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14217C; }
p { color: rgb(20,33,124); }
H1.HeaderClassName
{
color: #14217C;
}
.AnyTagClassName
{
color: #14217C;
}
</style>
background-color css
<style>
a { background-color: #14217C; }
a { background-color: rgb(20,33,124); }
div.DivClassName
{
background-color: #14217C;
}
.BgClassName
{
background-color: #14217C;
}
</style>
border-color css
<style>
span { border-color: #14217C; }
span { border-color: rgb(20,33,124); }
td.TdClassName
{
border-color: #14217C;
}
.TagClassName
{
border-color: #14217C;
}
</style>