Shades of Midnight Blue #141C84
Tints of Midnight Blue #141C84
RGB
CMYK
RGB Variations
Color information
#141C84 (or 0x141C84) is known color: Midnight Blue. HEX triplet: 14, 1C and 84. RGB value is (20,28,132). Sum of RGB (Red+Green+Blue) = 20+28+132=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #141C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141C84 is #EBE37B. Grayscale: #252525. Windows color (decimal): -15459196 or 8657940. OLE color: 8657940.
HSL color Cylindrical-coordinate representation of color #141C84: hue angle of 235.71º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141C84 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 28 | 132 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.48 |
| HSL | 235.71º | 0.74% | 0.3% | - |
| HSV(B) | 235.71º | 0.85% | 0.52% | - |
| XYZ | 4.87 | 2.65 | 22.08 | - |
| YUV | 37.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 132 | 0.85 | 0.79 | 0 | 0.48 | 235.71 | 0.74 | 0.3 |
| Hex | 14 | 1C | 84 | 55 | 4F | 0 | 30 | EC | 4A | 1E |
| Octal | 24 | 34 | 204 | 125 | 117 | 0 | 60 | 354 | 112 | 36 |
| Binary | 10100 | 11100 | 10000100 | 1010101 | 1001111 | 0 | 110000 | 11101100 | 1001010 | 11110 |
Color Harmonies of #141C84
Complementary color
Monochromatic Colors of #141C84
Black with #141C84
Text Example
Text Example
White with #141C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C84; }
p { color: rgb(20,28,132); }
H1.HeaderClassName
{
color: #141C84;
}
.AnyTagClassName
{
color: #141C84;
}
</style>
background-color css
<style>
a { background-color: #141C84; }
a { background-color: rgb(20,28,132); }
div.DivClassName
{
background-color: #141C84;
}
.BgClassName
{
background-color: #141C84;
}
</style>
border-color css
<style>
span { border-color: #141C84; }
span { border-color: rgb(20,28,132); }
td.TdClassName
{
border-color: #141C84;
}
.TagClassName
{
border-color: #141C84;
}
</style>