Shades of Midnight Blue #141F69
Tints of Midnight Blue #141F69
RGB
CMYK
RGB Variations
Color information
#141F69 (or 0x141F69) is known color: Midnight Blue. HEX triplet: 14, 1F and 69. RGB value is (20,31,105). Sum of RGB (Red+Green+Blue) = 20+31+105=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #141F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F69 is #EBE096. Grayscale: #232323. Windows color (decimal): -15458455 or 6889236. OLE color: 6889236.
HSL color Cylindrical-coordinate representation of color #141F69: hue angle of 232.24º 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 #141F69 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 31 | 105 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.59 |
| HSL | 232.24º | 0.68% | 0.25% | - |
| HSV(B) | 232.24º | 0.81% | 0.41% | - |
| XYZ | 3.33 | 2.15 | 13.6 | - |
| YUV | 36.15 | 166.86 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 105 | 0.81 | 0.70 | 0 | 0.59 | 232.24 | 0.68 | 0.25 |
| Hex | 14 | 1F | 69 | 51 | 46 | 0 | 3B | E8 | 44 | 19 |
| Octal | 24 | 37 | 151 | 121 | 106 | 0 | 73 | 350 | 104 | 31 |
| Binary | 10100 | 11111 | 1101001 | 1010001 | 1000110 | 0 | 111011 | 11101000 | 1000100 | 11001 |
Color Harmonies of #141F69
Complementary color
Monochromatic Colors of #141F69
Black with #141F69
Text Example
Text Example
White with #141F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F69; }
p { color: rgb(20,31,105); }
H1.HeaderClassName
{
color: #141F69;
}
.AnyTagClassName
{
color: #141F69;
}
</style>
background-color css
<style>
a { background-color: #141F69; }
a { background-color: rgb(20,31,105); }
div.DivClassName
{
background-color: #141F69;
}
.BgClassName
{
background-color: #141F69;
}
</style>
border-color css
<style>
span { border-color: #141F69; }
span { border-color: rgb(20,31,105); }
td.TdClassName
{
border-color: #141F69;
}
.TagClassName
{
border-color: #141F69;
}
</style>