Shades of Midnight Blue #141F66
Tints of Midnight Blue #141F66
RGB
CMYK
RGB Variations
Color information
#141F66 (or 0x141F66) is known color: Midnight Blue. HEX triplet: 14, 1F and 66. RGB value is (20,31,102). Sum of RGB (Red+Green+Blue) = 20+31+102=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #141F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F66 is #EBE099. Grayscale: #232323. Windows color (decimal): -15458458 or 6692628. OLE color: 6692628.
HSL color Cylindrical-coordinate representation of color #141F66: hue angle of 231.95º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141F66 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 31 | 102 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.6 |
| HSL | 231.95º | 0.67% | 0.24% | - |
| HSV(B) | 231.95º | 0.8% | 0.4% | - |
| XYZ | 3.18 | 2.09 | 12.81 | - |
| YUV | 35.81 | 165.36 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 102 | 0.80 | 0.70 | 0 | 0.6 | 231.95 | 0.67 | 0.24 |
| Hex | 14 | 1F | 66 | 50 | 46 | 0 | 3C | E8 | 43 | 18 |
| Octal | 24 | 37 | 146 | 120 | 106 | 0 | 74 | 350 | 103 | 30 |
| Binary | 10100 | 11111 | 1100110 | 1010000 | 1000110 | 0 | 111100 | 11101000 | 1000011 | 11000 |
Color Harmonies of #141F66
Complementary color
Monochromatic Colors of #141F66
Black with #141F66
Text Example
Text Example
White with #141F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F66; }
p { color: rgb(20,31,102); }
H1.HeaderClassName
{
color: #141F66;
}
.AnyTagClassName
{
color: #141F66;
}
</style>
background-color css
<style>
a { background-color: #141F66; }
a { background-color: rgb(20,31,102); }
div.DivClassName
{
background-color: #141F66;
}
.BgClassName
{
background-color: #141F66;
}
</style>
border-color css
<style>
span { border-color: #141F66; }
span { border-color: rgb(20,31,102); }
td.TdClassName
{
border-color: #141F66;
}
.TagClassName
{
border-color: #141F66;
}
</style>