Shades of Midnight Blue #142785
Tints of Midnight Blue #142785
RGB
CMYK
RGB Variations
Color information
#142785 (or 0x142785) is known color: Midnight Blue. HEX triplet: 14, 27 and 85. RGB value is (20,39,133). Sum of RGB (Red+Green+Blue) = 20+39+133=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #142785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142785 is #EBD87A. Grayscale: #2B2B2B. Windows color (decimal): -15456379 or 8726292. OLE color: 8726292.
HSL color Cylindrical-coordinate representation of color #142785: hue angle of 229.91º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142785 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 39 | 133 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.48 |
| HSL | 229.91º | 0.74% | 0.3% | - |
| HSV(B) | 229.91º | 0.85% | 0.52% | - |
| XYZ | 5.25 | 3.29 | 22.55 | - |
| YUV | 44.04 | 178.21 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 133 | 0.85 | 0.71 | 0 | 0.48 | 229.91 | 0.74 | 0.3 |
| Hex | 14 | 27 | 85 | 55 | 47 | 0 | 30 | E6 | 4A | 1E |
| Octal | 24 | 47 | 205 | 125 | 107 | 0 | 60 | 346 | 112 | 36 |
| Binary | 10100 | 100111 | 10000101 | 1010101 | 1000111 | 0 | 110000 | 11100110 | 1001010 | 11110 |
Color Harmonies of #142785
Complementary color
Monochromatic Colors of #142785
Black with #142785
Text Example
Text Example
White with #142785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142785; }
p { color: rgb(20,39,133); }
H1.HeaderClassName
{
color: #142785;
}
.AnyTagClassName
{
color: #142785;
}
</style>
background-color css
<style>
a { background-color: #142785; }
a { background-color: rgb(20,39,133); }
div.DivClassName
{
background-color: #142785;
}
.BgClassName
{
background-color: #142785;
}
</style>
border-color css
<style>
span { border-color: #142785; }
span { border-color: rgb(20,39,133); }
td.TdClassName
{
border-color: #142785;
}
.TagClassName
{
border-color: #142785;
}
</style>