Shades of Midnight Blue #14216C
Tints of Midnight Blue #14216C
RGB
CMYK
RGB Variations
Color information
#14216C (or 0x14216C) is known color: Midnight Blue. HEX triplet: 14, 21 and 6C. RGB value is (20,33,108). Sum of RGB (Red+Green+Blue) = 20+33+108=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #14216C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14216C is #EBDE93. Grayscale: #252525. Windows color (decimal): -15457940 or 7086356. OLE color: 7086356.
HSL color Cylindrical-coordinate representation of color #14216C: hue angle of 231.14º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14216C is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 33 | 108 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.58 |
| HSL | 231.14º | 0.69% | 0.25% | - |
| HSV(B) | 231.14º | 0.81% | 0.42% | - |
| XYZ | 3.54 | 2.32 | 14.45 | - |
| YUV | 37.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 108 | 0.81 | 0.69 | 0 | 0.58 | 231.14 | 0.69 | 0.25 |
| Hex | 14 | 21 | 6C | 51 | 45 | 0 | 3A | E7 | 45 | 19 |
| Octal | 24 | 41 | 154 | 121 | 105 | 0 | 72 | 347 | 105 | 31 |
| Binary | 10100 | 100001 | 1101100 | 1010001 | 1000101 | 0 | 111010 | 11100111 | 1000101 | 11001 |
Color Harmonies of #14216C
Complementary color
Monochromatic Colors of #14216C
Black with #14216C
Text Example
Text Example
White with #14216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14216C; }
p { color: rgb(20,33,108); }
H1.HeaderClassName
{
color: #14216C;
}
.AnyTagClassName
{
color: #14216C;
}
</style>
background-color css
<style>
a { background-color: #14216C; }
a { background-color: rgb(20,33,108); }
div.DivClassName
{
background-color: #14216C;
}
.BgClassName
{
background-color: #14216C;
}
</style>
border-color css
<style>
span { border-color: #14216C; }
span { border-color: rgb(20,33,108); }
td.TdClassName
{
border-color: #14216C;
}
.TagClassName
{
border-color: #14216C;
}
</style>