Shades of Medium Blue #141BD6
Tints of Medium Blue #141BD6
RGB
CMYK
RGB Variations
Color information
#141BD6 (or 0x141BD6) is known color: Medium Blue. HEX triplet: 14, 1B and D6. RGB value is (20,27,214). Sum of RGB (Red+Green+Blue) = 20+27+214=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 214 (83.98% from 255 or 81.99% from 261); Max value from RGB is 214 - color contains mainly: blue. Hex color #141BD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BD6 is #EBE429. Grayscale: #2D2D2D. Windows color (decimal): -15459370 or 14031636. OLE color: 14031636.
HSL color Cylindrical-coordinate representation of color #141BD6: hue angle of 237.84º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141BD6 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 27 | 214 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.16 |
| HSL | 237.84º | 0.83% | 0.46% | - |
| HSV(B) | 237.84º | 0.91% | 0.84% | - |
| XYZ | 12.82 | 5.79 | 64.06 | - |
| YUV | 46.23 | 222.68 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 214 | 0.91 | 0.87 | 0 | 0.16 | 237.84 | 0.83 | 0.46 |
| Hex | 14 | 1B | D6 | 5B | 57 | 0 | 10 | EE | 53 | 2E |
| Octal | 24 | 33 | 326 | 133 | 127 | 0 | 20 | 356 | 123 | 56 |
| Binary | 10100 | 11011 | 11010110 | 1011011 | 1010111 | 0 | 10000 | 11101110 | 1010011 | 101110 |
Color Harmonies of #141BD6
Complementary color
Monochromatic Colors of #141BD6
Black with #141BD6
Text Example
Text Example
White with #141BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BD6; }
p { color: rgb(20,27,214); }
H1.HeaderClassName
{
color: #141BD6;
}
.AnyTagClassName
{
color: #141BD6;
}
</style>
background-color css
<style>
a { background-color: #141BD6; }
a { background-color: rgb(20,27,214); }
div.DivClassName
{
background-color: #141BD6;
}
.BgClassName
{
background-color: #141BD6;
}
</style>
border-color css
<style>
span { border-color: #141BD6; }
span { border-color: rgb(20,27,214); }
td.TdClassName
{
border-color: #141BD6;
}
.TagClassName
{
border-color: #141BD6;
}
</style>