Shades of Midnight Blue #141F73
Tints of Midnight Blue #141F73
RGB
CMYK
RGB Variations
Color information
#141F73 (or 0x141F73) is known color: Midnight Blue. HEX triplet: 14, 1F and 73. RGB value is (20,31,115). Sum of RGB (Red+Green+Blue) = 20+31+115=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #141F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F73 is #EBE08C. Grayscale: #242424. Windows color (decimal): -15458445 or 7544596. OLE color: 7544596.
HSL color Cylindrical-coordinate representation of color #141F73: hue angle of 233.05º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141F73 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 31 | 115 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.55 |
| HSL | 233.05º | 0.7% | 0.26% | - |
| HSV(B) | 233.05º | 0.83% | 0.45% | - |
| XYZ | 3.87 | 2.37 | 16.47 | - |
| YUV | 37.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 115 | 0.83 | 0.73 | 0 | 0.55 | 233.05 | 0.7 | 0.26 |
| Hex | 14 | 1F | 73 | 53 | 49 | 0 | 37 | E9 | 46 | 1A |
| Octal | 24 | 37 | 163 | 123 | 111 | 0 | 67 | 351 | 106 | 32 |
| Binary | 10100 | 11111 | 1110011 | 1010011 | 1001001 | 0 | 110111 | 11101001 | 1000110 | 11010 |
Color Harmonies of #141F73
Complementary color
Monochromatic Colors of #141F73
Black with #141F73
Text Example
Text Example
White with #141F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F73; }
p { color: rgb(20,31,115); }
H1.HeaderClassName
{
color: #141F73;
}
.AnyTagClassName
{
color: #141F73;
}
</style>
background-color css
<style>
a { background-color: #141F73; }
a { background-color: rgb(20,31,115); }
div.DivClassName
{
background-color: #141F73;
}
.BgClassName
{
background-color: #141F73;
}
</style>
border-color css
<style>
span { border-color: #141F73; }
span { border-color: rgb(20,31,115); }
td.TdClassName
{
border-color: #141F73;
}
.TagClassName
{
border-color: #141F73;
}
</style>