Shades of Midnight Blue #14187B
Tints of Midnight Blue #14187B
RGB
CMYK
RGB Variations
Color information
#14187B (or 0x14187B) is known color: Midnight Blue. HEX triplet: 14, 18 and 7B. RGB value is (20,24,123). Sum of RGB (Red+Green+Blue) = 20+24+123=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #14187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14187B is #EBE784. Grayscale: #212121. Windows color (decimal): -15460229 or 8067092. OLE color: 8067092.
HSL color Cylindrical-coordinate representation of color #14187B: hue angle of 237.67º 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 #14187B is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 24 | 123 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.52 |
| HSL | 237.67º | 0.72% | 0.28% | - |
| HSV(B) | 237.67º | 0.84% | 0.48% | - |
| XYZ | 4.19 | 2.23 | 18.95 | - |
| YUV | 34.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 123 | 0.84 | 0.80 | 0 | 0.52 | 237.67 | 0.72 | 0.28 |
| Hex | 14 | 18 | 7B | 54 | 50 | 0 | 34 | EE | 48 | 1C |
| Octal | 24 | 30 | 173 | 124 | 120 | 0 | 64 | 356 | 110 | 34 |
| Binary | 10100 | 11000 | 1111011 | 1010100 | 1010000 | 0 | 110100 | 11101110 | 1001000 | 11100 |
Color Harmonies of #14187B
Complementary color
Monochromatic Colors of #14187B
Black with #14187B
Text Example
Text Example
White with #14187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14187B; }
p { color: rgb(20,24,123); }
H1.HeaderClassName
{
color: #14187B;
}
.AnyTagClassName
{
color: #14187B;
}
</style>
background-color css
<style>
a { background-color: #14187B; }
a { background-color: rgb(20,24,123); }
div.DivClassName
{
background-color: #14187B;
}
.BgClassName
{
background-color: #14187B;
}
</style>
border-color css
<style>
span { border-color: #14187B; }
span { border-color: rgb(20,24,123); }
td.TdClassName
{
border-color: #14187B;
}
.TagClassName
{
border-color: #14187B;
}
</style>