Shades of Midnight Blue #141A69
Tints of Midnight Blue #141A69
RGB
CMYK
RGB Variations
Color information
#141A69 (or 0x141A69) is known color: Midnight Blue. HEX triplet: 14, 1A and 69. RGB value is (20,26,105). Sum of RGB (Red+Green+Blue) = 20+26+105=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #141A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A69 is #EBE596. Grayscale: #202020. Windows color (decimal): -15459735 or 6887956. OLE color: 6887956.
HSL color Cylindrical-coordinate representation of color #141A69: hue angle of 235.76º 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 #141A69 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 26 | 105 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.59 |
| HSL | 235.76º | 0.68% | 0.25% | - |
| HSV(B) | 235.76º | 0.81% | 0.41% | - |
| XYZ | 3.21 | 1.91 | 13.56 | - |
| YUV | 33.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 105 | 0.81 | 0.75 | 0 | 0.59 | 235.76 | 0.68 | 0.25 |
| Hex | 14 | 1A | 69 | 51 | 4B | 0 | 3B | EC | 44 | 19 |
| Octal | 24 | 32 | 151 | 121 | 113 | 0 | 73 | 354 | 104 | 31 |
| Binary | 10100 | 11010 | 1101001 | 1010001 | 1001011 | 0 | 111011 | 11101100 | 1000100 | 11001 |
Color Harmonies of #141A69
Complementary color
Monochromatic Colors of #141A69
Black with #141A69
Text Example
Text Example
White with #141A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A69; }
p { color: rgb(20,26,105); }
H1.HeaderClassName
{
color: #141A69;
}
.AnyTagClassName
{
color: #141A69;
}
</style>
background-color css
<style>
a { background-color: #141A69; }
a { background-color: rgb(20,26,105); }
div.DivClassName
{
background-color: #141A69;
}
.BgClassName
{
background-color: #141A69;
}
</style>
border-color css
<style>
span { border-color: #141A69; }
span { border-color: rgb(20,26,105); }
td.TdClassName
{
border-color: #141A69;
}
.TagClassName
{
border-color: #141A69;
}
</style>