Shades of Midnight Blue #141782
Tints of Midnight Blue #141782
RGB
CMYK
RGB Variations
Color information
#141782 (or 0x141782) is known color: Midnight Blue. HEX triplet: 14, 17 and 82. RGB value is (20,23,130). Sum of RGB (Red+Green+Blue) = 20+23+130=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #141782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141782 is #EBE87D. Grayscale: #212121. Windows color (decimal): -15460478 or 8525588. OLE color: 8525588.
HSL color Cylindrical-coordinate representation of color #141782: hue angle of 238.36º 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 #141782 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 23 | 130 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.49 |
| HSL | 238.36º | 0.73% | 0.29% | - |
| HSV(B) | 238.36º | 0.85% | 0.51% | - |
| XYZ | 4.62 | 2.37 | 21.33 | - |
| YUV | 34.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 130 | 0.85 | 0.82 | 0 | 0.49 | 238.36 | 0.73 | 0.29 |
| Hex | 14 | 17 | 82 | 55 | 52 | 0 | 31 | EE | 49 | 1D |
| Octal | 24 | 27 | 202 | 125 | 122 | 0 | 61 | 356 | 111 | 35 |
| Binary | 10100 | 10111 | 10000010 | 1010101 | 1010010 | 0 | 110001 | 11101110 | 1001001 | 11101 |
Color Harmonies of #141782
Complementary color
Monochromatic Colors of #141782
Black with #141782
Text Example
Text Example
White with #141782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141782; }
p { color: rgb(20,23,130); }
H1.HeaderClassName
{
color: #141782;
}
.AnyTagClassName
{
color: #141782;
}
</style>
background-color css
<style>
a { background-color: #141782; }
a { background-color: rgb(20,23,130); }
div.DivClassName
{
background-color: #141782;
}
.BgClassName
{
background-color: #141782;
}
</style>
border-color css
<style>
span { border-color: #141782; }
span { border-color: rgb(20,23,130); }
td.TdClassName
{
border-color: #141782;
}
.TagClassName
{
border-color: #141782;
}
</style>