Shades of Midnight Blue #141C5F
Tints of Midnight Blue #141C5F
RGB
CMYK
RGB Variations
Color information
#141C5F (or 0x141C5F) is known color: Midnight Blue. HEX triplet: 14, 1C and 5F. RGB value is (20,28,95). Sum of RGB (Red+Green+Blue) = 20+28+95=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #141C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C5F is #EBE3A0. Grayscale: #202020. Windows color (decimal): -15459233 or 6233108. OLE color: 6233108.
HSL color Cylindrical-coordinate representation of color #141C5F: hue angle of 233.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141C5F is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 28 | 95 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.63 |
| HSL | 233.6º | 0.65% | 0.23% | - |
| HSV(B) | 233.6º | 0.79% | 0.37% | - |
| XYZ | 2.77 | 1.81 | 11.03 | - |
| YUV | 33.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 95 | 0.79 | 0.71 | 0 | 0.63 | 233.6 | 0.65 | 0.23 |
| Hex | 14 | 1C | 5F | 4F | 47 | 0 | 3F | EA | 41 | 17 |
| Octal | 24 | 34 | 137 | 117 | 107 | 0 | 77 | 352 | 101 | 27 |
| Binary | 10100 | 11100 | 1011111 | 1001111 | 1000111 | 0 | 111111 | 11101010 | 1000001 | 10111 |
Color Harmonies of #141C5F
Complementary color
Monochromatic Colors of #141C5F
Black with #141C5F
Text Example
Text Example
White with #141C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C5F; }
p { color: rgb(20,28,95); }
H1.HeaderClassName
{
color: #141C5F;
}
.AnyTagClassName
{
color: #141C5F;
}
</style>
background-color css
<style>
a { background-color: #141C5F; }
a { background-color: rgb(20,28,95); }
div.DivClassName
{
background-color: #141C5F;
}
.BgClassName
{
background-color: #141C5F;
}
</style>
border-color css
<style>
span { border-color: #141C5F; }
span { border-color: rgb(20,28,95); }
td.TdClassName
{
border-color: #141C5F;
}
.TagClassName
{
border-color: #141C5F;
}
</style>