Shades of Midnight Blue #142A81
Tints of Midnight Blue #142A81
RGB
CMYK
RGB Variations
Color information
#142A81 (or 0x142A81) is known color: Midnight Blue. HEX triplet: 14, 2A and 81. RGB value is (20,42,129). Sum of RGB (Red+Green+Blue) = 20+42+129=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #142A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A81 is #EBD57E. Grayscale: #2C2C2C. Windows color (decimal): -15455615 or 8464916. OLE color: 8464916.
HSL color Cylindrical-coordinate representation of color #142A81: hue angle of 227.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142A81 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 42 | 129 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.49 |
| HSL | 227.89º | 0.73% | 0.29% | - |
| HSV(B) | 227.89º | 0.84% | 0.51% | - |
| XYZ | 5.08 | 3.39 | 21.16 | - |
| YUV | 45.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 129 | 0.84 | 0.67 | 0 | 0.49 | 227.89 | 0.73 | 0.29 |
| Hex | 14 | 2A | 81 | 54 | 43 | 0 | 31 | E4 | 49 | 1D |
| Octal | 24 | 52 | 201 | 124 | 103 | 0 | 61 | 344 | 111 | 35 |
| Binary | 10100 | 101010 | 10000001 | 1010100 | 1000011 | 0 | 110001 | 11100100 | 1001001 | 11101 |
Color Harmonies of #142A81
Complementary color
Monochromatic Colors of #142A81
Black with #142A81
Text Example
Text Example
White with #142A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A81; }
p { color: rgb(20,42,129); }
H1.HeaderClassName
{
color: #142A81;
}
.AnyTagClassName
{
color: #142A81;
}
</style>
background-color css
<style>
a { background-color: #142A81; }
a { background-color: rgb(20,42,129); }
div.DivClassName
{
background-color: #142A81;
}
.BgClassName
{
background-color: #142A81;
}
</style>
border-color css
<style>
span { border-color: #142A81; }
span { border-color: rgb(20,42,129); }
td.TdClassName
{
border-color: #142A81;
}
.TagClassName
{
border-color: #142A81;
}
</style>