Shades of Midnight Blue #141B7F
Tints of Midnight Blue #141B7F
RGB
CMYK
RGB Variations
Color information
#141B7F (or 0x141B7F) is known color: Midnight Blue. HEX triplet: 14, 1B and 7F. RGB value is (20,27,127). Sum of RGB (Red+Green+Blue) = 20+27+127=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #141B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B7F is #EBE480. Grayscale: #232323. Windows color (decimal): -15459457 or 8330004. OLE color: 8330004.
HSL color Cylindrical-coordinate representation of color #141B7F: hue angle of 236.07º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141B7F is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 27 | 127 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.50 |
| HSL | 236.07º | 0.73% | 0.29% | - |
| HSV(B) | 236.07º | 0.84% | 0.5% | - |
| XYZ | 4.51 | 2.46 | 20.32 | - |
| YUV | 36.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 127 | 0.84 | 0.79 | 0 | 0.50 | 236.07 | 0.73 | 0.29 |
| Hex | 14 | 1B | 7F | 54 | 4F | 0 | 32 | EC | 49 | 1D |
| Octal | 24 | 33 | 177 | 124 | 117 | 0 | 62 | 354 | 111 | 35 |
| Binary | 10100 | 11011 | 1111111 | 1010100 | 1001111 | 0 | 110010 | 11101100 | 1001001 | 11101 |
Color Harmonies of #141B7F
Complementary color
Monochromatic Colors of #141B7F
Black with #141B7F
Text Example
Text Example
White with #141B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B7F; }
p { color: rgb(20,27,127); }
H1.HeaderClassName
{
color: #141B7F;
}
.AnyTagClassName
{
color: #141B7F;
}
</style>
background-color css
<style>
a { background-color: #141B7F; }
a { background-color: rgb(20,27,127); }
div.DivClassName
{
background-color: #141B7F;
}
.BgClassName
{
background-color: #141B7F;
}
</style>
border-color css
<style>
span { border-color: #141B7F; }
span { border-color: rgb(20,27,127); }
td.TdClassName
{
border-color: #141B7F;
}
.TagClassName
{
border-color: #141B7F;
}
</style>