Shades of Midnight Blue #14157B
Tints of Midnight Blue #14157B
RGB
CMYK
RGB Variations
Color information
#14157B (or 0x14157B) is known color: Midnight Blue. HEX triplet: 14, 15 and 7B. RGB value is (20,21,123). Sum of RGB (Red+Green+Blue) = 20+21+123=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 123 (48.44% from 255 or 75% from 164); Max value from RGB is 123 - color contains mainly: blue. Hex color #14157B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14157B is #EBEA84. Grayscale: #1F1F1F. Windows color (decimal): -15460997 or 8066324. OLE color: 8066324.
HSL color Cylindrical-coordinate representation of color #14157B: hue angle of 239.42º 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 #14157B is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 21 | 123 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.52 |
| HSL | 239.42º | 0.72% | 0.28% | - |
| HSV(B) | 239.42º | 0.84% | 0.48% | - |
| XYZ | 4.13 | 2.12 | 18.93 | - |
| YUV | 32.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 123 | 0.84 | 0.83 | 0 | 0.52 | 239.42 | 0.72 | 0.28 |
| Hex | 14 | 15 | 7B | 54 | 53 | 0 | 34 | EF | 48 | 1C |
| Octal | 24 | 25 | 173 | 124 | 123 | 0 | 64 | 357 | 110 | 34 |
| Binary | 10100 | 10101 | 1111011 | 1010100 | 1010011 | 0 | 110100 | 11101111 | 1001000 | 11100 |
Color Harmonies of #14157B
Complementary color
Monochromatic Colors of #14157B
Black with #14157B
Text Example
Text Example
White with #14157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14157B; }
p { color: rgb(20,21,123); }
H1.HeaderClassName
{
color: #14157B;
}
.AnyTagClassName
{
color: #14157B;
}
</style>
background-color css
<style>
a { background-color: #14157B; }
a { background-color: rgb(20,21,123); }
div.DivClassName
{
background-color: #14157B;
}
.BgClassName
{
background-color: #14157B;
}
</style>
border-color css
<style>
span { border-color: #14157B; }
span { border-color: rgb(20,21,123); }
td.TdClassName
{
border-color: #14157B;
}
.TagClassName
{
border-color: #14157B;
}
</style>