Shades of Midnight Blue #141B73
Tints of Midnight Blue #141B73
RGB
CMYK
RGB Variations
Color information
#141B73 (or 0x141B73) is known color: Midnight Blue. HEX triplet: 14, 1B and 73. RGB value is (20,27,115). Sum of RGB (Red+Green+Blue) = 20+27+115=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #141B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B73 is #EBE48C. Grayscale: #222222. Windows color (decimal): -15459469 or 7543572. OLE color: 7543572.
HSL color Cylindrical-coordinate representation of color #141B73: hue angle of 235.58º 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 #141B73 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 27 | 115 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.55 |
| HSL | 235.58º | 0.7% | 0.26% | - |
| HSV(B) | 235.58º | 0.83% | 0.45% | - |
| XYZ | 3.77 | 2.17 | 16.44 | - |
| YUV | 34.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 115 | 0.83 | 0.77 | 0 | 0.55 | 235.58 | 0.7 | 0.26 |
| Hex | 14 | 1B | 73 | 53 | 4D | 0 | 37 | EC | 46 | 1A |
| Octal | 24 | 33 | 163 | 123 | 115 | 0 | 67 | 354 | 106 | 32 |
| Binary | 10100 | 11011 | 1110011 | 1010011 | 1001101 | 0 | 110111 | 11101100 | 1000110 | 11010 |
Color Harmonies of #141B73
Complementary color
Monochromatic Colors of #141B73
Black with #141B73
Text Example
Text Example
White with #141B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B73; }
p { color: rgb(20,27,115); }
H1.HeaderClassName
{
color: #141B73;
}
.AnyTagClassName
{
color: #141B73;
}
</style>
background-color css
<style>
a { background-color: #141B73; }
a { background-color: rgb(20,27,115); }
div.DivClassName
{
background-color: #141B73;
}
.BgClassName
{
background-color: #141B73;
}
</style>
border-color css
<style>
span { border-color: #141B73; }
span { border-color: rgb(20,27,115); }
td.TdClassName
{
border-color: #141B73;
}
.TagClassName
{
border-color: #141B73;
}
</style>