Shades of Midnight Blue #141D69
Tints of Midnight Blue #141D69
RGB
CMYK
RGB Variations
Color information
#141D69 (or 0x141D69) is known color: Midnight Blue. HEX triplet: 14, 1D and 69. RGB value is (20,29,105). Sum of RGB (Red+Green+Blue) = 20+29+105=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #141D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D69 is #EBE296. Grayscale: #222222. Windows color (decimal): -15458967 or 6888724. OLE color: 6888724.
HSL color Cylindrical-coordinate representation of color #141D69: hue angle of 233.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141D69 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 29 | 105 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.59 |
| HSL | 233.65º | 0.68% | 0.25% | - |
| HSV(B) | 233.65º | 0.81% | 0.41% | - |
| XYZ | 3.28 | 2.05 | 13.59 | - |
| YUV | 34.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 105 | 0.81 | 0.72 | 0 | 0.59 | 233.65 | 0.68 | 0.25 |
| Hex | 14 | 1D | 69 | 51 | 48 | 0 | 3B | EA | 44 | 19 |
| Octal | 24 | 35 | 151 | 121 | 110 | 0 | 73 | 352 | 104 | 31 |
| Binary | 10100 | 11101 | 1101001 | 1010001 | 1001000 | 0 | 111011 | 11101010 | 1000100 | 11001 |
Color Harmonies of #141D69
Complementary color
Monochromatic Colors of #141D69
Black with #141D69
Text Example
Text Example
White with #141D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D69; }
p { color: rgb(20,29,105); }
H1.HeaderClassName
{
color: #141D69;
}
.AnyTagClassName
{
color: #141D69;
}
</style>
background-color css
<style>
a { background-color: #141D69; }
a { background-color: rgb(20,29,105); }
div.DivClassName
{
background-color: #141D69;
}
.BgClassName
{
background-color: #141D69;
}
</style>
border-color css
<style>
span { border-color: #141D69; }
span { border-color: rgb(20,29,105); }
td.TdClassName
{
border-color: #141D69;
}
.TagClassName
{
border-color: #141D69;
}
</style>