Shades of Midnight Blue #141773
Tints of Midnight Blue #141773
RGB
CMYK
RGB Variations
Color information
#141773 (or 0x141773) is known color: Midnight Blue. HEX triplet: 14, 17 and 73. RGB value is (20,23,115). Sum of RGB (Red+Green+Blue) = 20+23+115=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #141773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141773 is #EBE88C. Grayscale: #202020. Windows color (decimal): -15460493 or 7542548. OLE color: 7542548.
HSL color Cylindrical-coordinate representation of color #141773: hue angle of 238.11º 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 #141773 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 23 | 115 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.55 |
| HSL | 238.11º | 0.7% | 0.26% | - |
| HSV(B) | 238.11º | 0.83% | 0.45% | - |
| XYZ | 3.69 | 2 | 16.41 | - |
| YUV | 32.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 115 | 0.83 | 0.80 | 0 | 0.55 | 238.11 | 0.7 | 0.26 |
| Hex | 14 | 17 | 73 | 53 | 50 | 0 | 37 | EE | 46 | 1A |
| Octal | 24 | 27 | 163 | 123 | 120 | 0 | 67 | 356 | 106 | 32 |
| Binary | 10100 | 10111 | 1110011 | 1010011 | 1010000 | 0 | 110111 | 11101110 | 1000110 | 11010 |
Color Harmonies of #141773
Complementary color
Monochromatic Colors of #141773
Black with #141773
Text Example
Text Example
White with #141773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141773; }
p { color: rgb(20,23,115); }
H1.HeaderClassName
{
color: #141773;
}
.AnyTagClassName
{
color: #141773;
}
</style>
background-color css
<style>
a { background-color: #141773; }
a { background-color: rgb(20,23,115); }
div.DivClassName
{
background-color: #141773;
}
.BgClassName
{
background-color: #141773;
}
</style>
border-color css
<style>
span { border-color: #141773; }
span { border-color: rgb(20,23,115); }
td.TdClassName
{
border-color: #141773;
}
.TagClassName
{
border-color: #141773;
}
</style>