Shades of Midnight Blue #14207B
Tints of Midnight Blue #14207B
RGB
CMYK
RGB Variations
Color information
#14207B (or 0x14207B) is known color: Midnight Blue. HEX triplet: 14, 20 and 7B. RGB value is (20,32,123). Sum of RGB (Red+Green+Blue) = 20+32+123=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #14207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14207B is #EBDF84. Grayscale: #262626. Windows color (decimal): -15458181 or 8069140. OLE color: 8069140.
HSL color Cylindrical-coordinate representation of color #14207B: hue angle of 233.01º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14207B is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 32 | 123 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.52 |
| HSL | 233.01º | 0.72% | 0.28% | - |
| HSV(B) | 233.01º | 0.84% | 0.48% | - |
| XYZ | 4.38 | 2.61 | 19.01 | - |
| YUV | 38.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 123 | 0.84 | 0.74 | 0 | 0.52 | 233.01 | 0.72 | 0.28 |
| Hex | 14 | 20 | 7B | 54 | 4A | 0 | 34 | E9 | 48 | 1C |
| Octal | 24 | 40 | 173 | 124 | 112 | 0 | 64 | 351 | 110 | 34 |
| Binary | 10100 | 100000 | 1111011 | 1010100 | 1001010 | 0 | 110100 | 11101001 | 1001000 | 11100 |
Color Harmonies of #14207B
Complementary color
Monochromatic Colors of #14207B
Black with #14207B
Text Example
Text Example
White with #14207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14207B; }
p { color: rgb(20,32,123); }
H1.HeaderClassName
{
color: #14207B;
}
.AnyTagClassName
{
color: #14207B;
}
</style>
background-color css
<style>
a { background-color: #14207B; }
a { background-color: rgb(20,32,123); }
div.DivClassName
{
background-color: #14207B;
}
.BgClassName
{
background-color: #14207B;
}
</style>
border-color css
<style>
span { border-color: #14207B; }
span { border-color: rgb(20,32,123); }
td.TdClassName
{
border-color: #14207B;
}
.TagClassName
{
border-color: #14207B;
}
</style>