Shades of Midnight Blue #142A82
Tints of Midnight Blue #142A82
RGB
CMYK
RGB Variations
Color information
#142A82 (or 0x142A82) is known color: Midnight Blue. HEX triplet: 14, 2A and 82. RGB value is (20,42,130). Sum of RGB (Red+Green+Blue) = 20+42+130=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #142A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A82 is #EBD57D. Grayscale: #2D2D2D. Windows color (decimal): -15455614 or 8530452. OLE color: 8530452.
HSL color Cylindrical-coordinate representation of color #142A82: hue angle of 228º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142A82 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 42 | 130 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.49 |
| HSL | 228º | 0.73% | 0.29% | - |
| HSV(B) | 228º | 0.85% | 0.51% | - |
| XYZ | 5.15 | 3.42 | 21.51 | - |
| YUV | 45.45 | 175.71 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 130 | 0.85 | 0.68 | 0 | 0.49 | 228 | 0.73 | 0.29 |
| Hex | 14 | 2A | 82 | 55 | 44 | 0 | 31 | E4 | 49 | 1D |
| Octal | 24 | 52 | 202 | 125 | 104 | 0 | 61 | 344 | 111 | 35 |
| Binary | 10100 | 101010 | 10000010 | 1010101 | 1000100 | 0 | 110001 | 11100100 | 1001001 | 11101 |
Color Harmonies of #142A82
Complementary color
Monochromatic Colors of #142A82
Black with #142A82
Text Example
Text Example
White with #142A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A82; }
p { color: rgb(20,42,130); }
H1.HeaderClassName
{
color: #142A82;
}
.AnyTagClassName
{
color: #142A82;
}
</style>
background-color css
<style>
a { background-color: #142A82; }
a { background-color: rgb(20,42,130); }
div.DivClassName
{
background-color: #142A82;
}
.BgClassName
{
background-color: #142A82;
}
</style>
border-color css
<style>
span { border-color: #142A82; }
span { border-color: rgb(20,42,130); }
td.TdClassName
{
border-color: #142A82;
}
.TagClassName
{
border-color: #142A82;
}
</style>