Shades of Midnight Blue #141C6C
Tints of Midnight Blue #141C6C
RGB
CMYK
RGB Variations
Color information
#141C6C (or 0x141C6C) is known color: Midnight Blue. HEX triplet: 14, 1C and 6C. RGB value is (20,28,108). Sum of RGB (Red+Green+Blue) = 20+28+108=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #141C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C6C is #EBE393. Grayscale: #222222. Windows color (decimal): -15459220 or 7085076. OLE color: 7085076.
HSL color Cylindrical-coordinate representation of color #141C6C: hue angle of 234.55º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141C6C is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 28 | 108 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.58 |
| HSL | 234.55º | 0.69% | 0.25% | - |
| HSV(B) | 234.55º | 0.81% | 0.42% | - |
| XYZ | 3.41 | 2.06 | 14.41 | - |
| YUV | 34.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 108 | 0.81 | 0.74 | 0 | 0.58 | 234.55 | 0.69 | 0.25 |
| Hex | 14 | 1C | 6C | 51 | 4A | 0 | 3A | EB | 45 | 19 |
| Octal | 24 | 34 | 154 | 121 | 112 | 0 | 72 | 353 | 105 | 31 |
| Binary | 10100 | 11100 | 1101100 | 1010001 | 1001010 | 0 | 111010 | 11101011 | 1000101 | 11001 |
Color Harmonies of #141C6C
Complementary color
Monochromatic Colors of #141C6C
Black with #141C6C
Text Example
Text Example
White with #141C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C6C; }
p { color: rgb(20,28,108); }
H1.HeaderClassName
{
color: #141C6C;
}
.AnyTagClassName
{
color: #141C6C;
}
</style>
background-color css
<style>
a { background-color: #141C6C; }
a { background-color: rgb(20,28,108); }
div.DivClassName
{
background-color: #141C6C;
}
.BgClassName
{
background-color: #141C6C;
}
</style>
border-color css
<style>
span { border-color: #141C6C; }
span { border-color: rgb(20,28,108); }
td.TdClassName
{
border-color: #141C6C;
}
.TagClassName
{
border-color: #141C6C;
}
</style>