Shades of Midnight Blue #14177B
Tints of Midnight Blue #14177B
RGB
CMYK
RGB Variations
Color information
#14177B (or 0x14177B) is known color: Midnight Blue. HEX triplet: 14, 17 and 7B. RGB value is (20,23,123). Sum of RGB (Red+Green+Blue) = 20+23+123=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #14177B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14177B is #EBE884. Grayscale: #212121. Windows color (decimal): -15460485 or 8066836. OLE color: 8066836.
HSL color Cylindrical-coordinate representation of color #14177B: hue angle of 238.25º 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 #14177B is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 23 | 123 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.52 |
| HSL | 238.25º | 0.72% | 0.28% | - |
| HSV(B) | 238.25º | 0.84% | 0.48% | - |
| XYZ | 4.17 | 2.19 | 18.94 | - |
| YUV | 33.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 123 | 0.84 | 0.81 | 0 | 0.52 | 238.25 | 0.72 | 0.28 |
| Hex | 14 | 17 | 7B | 54 | 51 | 0 | 34 | EE | 48 | 1C |
| Octal | 24 | 27 | 173 | 124 | 121 | 0 | 64 | 356 | 110 | 34 |
| Binary | 10100 | 10111 | 1111011 | 1010100 | 1010001 | 0 | 110100 | 11101110 | 1001000 | 11100 |
Color Harmonies of #14177B
Complementary color
Monochromatic Colors of #14177B
Black with #14177B
Text Example
Text Example
White with #14177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14177B; }
p { color: rgb(20,23,123); }
H1.HeaderClassName
{
color: #14177B;
}
.AnyTagClassName
{
color: #14177B;
}
</style>
background-color css
<style>
a { background-color: #14177B; }
a { background-color: rgb(20,23,123); }
div.DivClassName
{
background-color: #14177B;
}
.BgClassName
{
background-color: #14177B;
}
</style>
border-color css
<style>
span { border-color: #14177B; }
span { border-color: rgb(20,23,123); }
td.TdClassName
{
border-color: #14177B;
}
.TagClassName
{
border-color: #14177B;
}
</style>