Shades of Midnight Blue #141B63
Tints of Midnight Blue #141B63
RGB
CMYK
RGB Variations
Color information
#141B63 (or 0x141B63) is known color: Midnight Blue. HEX triplet: 14, 1B and 63. RGB value is (20,27,99). Sum of RGB (Red+Green+Blue) = 20+27+99=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #141B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B63 is #EBE49C. Grayscale: #202020. Windows color (decimal): -15459485 or 6494996. OLE color: 6494996.
HSL color Cylindrical-coordinate representation of color #141B63: hue angle of 234.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141B63 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 27 | 99 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.61 |
| HSL | 234.68º | 0.66% | 0.23% | - |
| HSV(B) | 234.68º | 0.8% | 0.39% | - |
| XYZ | 2.93 | 1.83 | 12 | - |
| YUV | 33.12 | 165.18 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 99 | 0.80 | 0.73 | 0 | 0.61 | 234.68 | 0.66 | 0.23 |
| Hex | 14 | 1B | 63 | 50 | 49 | 0 | 3D | EB | 42 | 17 |
| Octal | 24 | 33 | 143 | 120 | 111 | 0 | 75 | 353 | 102 | 27 |
| Binary | 10100 | 11011 | 1100011 | 1010000 | 1001001 | 0 | 111101 | 11101011 | 1000010 | 10111 |
Color Harmonies of #141B63
Complementary color
Monochromatic Colors of #141B63
Black with #141B63
Text Example
Text Example
White with #141B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B63; }
p { color: rgb(20,27,99); }
H1.HeaderClassName
{
color: #141B63;
}
.AnyTagClassName
{
color: #141B63;
}
</style>
background-color css
<style>
a { background-color: #141B63; }
a { background-color: rgb(20,27,99); }
div.DivClassName
{
background-color: #141B63;
}
.BgClassName
{
background-color: #141B63;
}
</style>
border-color css
<style>
span { border-color: #141B63; }
span { border-color: rgb(20,27,99); }
td.TdClassName
{
border-color: #141B63;
}
.TagClassName
{
border-color: #141B63;
}
</style>