Shades of Midnight Blue #14176B
Tints of Midnight Blue #14176B
RGB
CMYK
RGB Variations
Color information
#14176B (or 0x14176B) is known color: Midnight Blue. HEX triplet: 14, 17 and 6B. RGB value is (20,23,107). Sum of RGB (Red+Green+Blue) = 20+23+107=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #14176B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14176B is #EBE894. Grayscale: #1F1F1F. Windows color (decimal): -15460501 or 7018260. OLE color: 7018260.
HSL color Cylindrical-coordinate representation of color #14176B: hue angle of 237.93º 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 #14176B is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 23 | 107 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.58 |
| HSL | 237.93º | 0.69% | 0.25% | - |
| HSV(B) | 237.93º | 0.81% | 0.42% | - |
| XYZ | 3.25 | 1.82 | 14.09 | - |
| YUV | 31.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 107 | 0.81 | 0.79 | 0 | 0.58 | 237.93 | 0.69 | 0.25 |
| Hex | 14 | 17 | 6B | 51 | 4F | 0 | 3A | EE | 45 | 19 |
| Octal | 24 | 27 | 153 | 121 | 117 | 0 | 72 | 356 | 105 | 31 |
| Binary | 10100 | 10111 | 1101011 | 1010001 | 1001111 | 0 | 111010 | 11101110 | 1000101 | 11001 |
Color Harmonies of #14176B
Complementary color
Monochromatic Colors of #14176B
Black with #14176B
Text Example
Text Example
White with #14176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14176B; }
p { color: rgb(20,23,107); }
H1.HeaderClassName
{
color: #14176B;
}
.AnyTagClassName
{
color: #14176B;
}
</style>
background-color css
<style>
a { background-color: #14176B; }
a { background-color: rgb(20,23,107); }
div.DivClassName
{
background-color: #14176B;
}
.BgClassName
{
background-color: #14176B;
}
</style>
border-color css
<style>
span { border-color: #14176B; }
span { border-color: rgb(20,23,107); }
td.TdClassName
{
border-color: #14176B;
}
.TagClassName
{
border-color: #14176B;
}
</style>