Shades of Midnight Blue #142172
Tints of Midnight Blue #142172
RGB
CMYK
RGB Variations
Color information
#142172 (or 0x142172) is known color: Midnight Blue. HEX triplet: 14, 21 and 72. RGB value is (20,33,114). Sum of RGB (Red+Green+Blue) = 20+33+114=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #142172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142172 is #EBDE8D. Grayscale: #262626. Windows color (decimal): -15457934 or 7479572. OLE color: 7479572.
HSL color Cylindrical-coordinate representation of color #142172: hue angle of 231.7º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142172 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 33 | 114 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.55 |
| HSL | 231.7º | 0.7% | 0.26% | - |
| HSV(B) | 231.7º | 0.82% | 0.45% | - |
| XYZ | 3.87 | 2.45 | 16.19 | - |
| YUV | 38.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 114 | 0.82 | 0.71 | 0 | 0.55 | 231.7 | 0.7 | 0.26 |
| Hex | 14 | 21 | 72 | 52 | 47 | 0 | 37 | E8 | 46 | 1A |
| Octal | 24 | 41 | 162 | 122 | 107 | 0 | 67 | 350 | 106 | 32 |
| Binary | 10100 | 100001 | 1110010 | 1010010 | 1000111 | 0 | 110111 | 11101000 | 1000110 | 11010 |
Color Harmonies of #142172
Complementary color
Monochromatic Colors of #142172
Black with #142172
Text Example
Text Example
White with #142172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142172; }
p { color: rgb(20,33,114); }
H1.HeaderClassName
{
color: #142172;
}
.AnyTagClassName
{
color: #142172;
}
</style>
background-color css
<style>
a { background-color: #142172; }
a { background-color: rgb(20,33,114); }
div.DivClassName
{
background-color: #142172;
}
.BgClassName
{
background-color: #142172;
}
</style>
border-color css
<style>
span { border-color: #142172; }
span { border-color: rgb(20,33,114); }
td.TdClassName
{
border-color: #142172;
}
.TagClassName
{
border-color: #142172;
}
</style>