Shades of Midnight Blue #142783
Tints of Midnight Blue #142783
RGB
CMYK
RGB Variations
Color information
#142783 (or 0x142783) is known color: Midnight Blue. HEX triplet: 14, 27 and 83. RGB value is (20,39,131). Sum of RGB (Red+Green+Blue) = 20+39+131=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #142783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142783 is #EBD87C. Grayscale: #2B2B2B. Windows color (decimal): -15456381 or 8595220. OLE color: 8595220.
HSL color Cylindrical-coordinate representation of color #142783: hue angle of 229.73º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142783 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 39 | 131 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.49 |
| HSL | 229.73º | 0.74% | 0.3% | - |
| HSV(B) | 229.73º | 0.85% | 0.51% | - |
| XYZ | 5.11 | 3.24 | 21.83 | - |
| YUV | 43.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 131 | 0.85 | 0.70 | 0 | 0.49 | 229.73 | 0.74 | 0.3 |
| Hex | 14 | 27 | 83 | 55 | 46 | 0 | 31 | E6 | 4A | 1E |
| Octal | 24 | 47 | 203 | 125 | 106 | 0 | 61 | 346 | 112 | 36 |
| Binary | 10100 | 100111 | 10000011 | 1010101 | 1000110 | 0 | 110001 | 11100110 | 1001010 | 11110 |
Color Harmonies of #142783
Complementary color
Monochromatic Colors of #142783
Black with #142783
Text Example
Text Example
White with #142783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142783; }
p { color: rgb(20,39,131); }
H1.HeaderClassName
{
color: #142783;
}
.AnyTagClassName
{
color: #142783;
}
</style>
background-color css
<style>
a { background-color: #142783; }
a { background-color: rgb(20,39,131); }
div.DivClassName
{
background-color: #142783;
}
.BgClassName
{
background-color: #142783;
}
</style>
border-color css
<style>
span { border-color: #142783; }
span { border-color: rgb(20,39,131); }
td.TdClassName
{
border-color: #142783;
}
.TagClassName
{
border-color: #142783;
}
</style>