Shades of Medium Blue #141AD6
Tints of Medium Blue #141AD6
RGB
CMYK
RGB Variations
Color information
#141AD6 (or 0x141AD6) is known color: Medium Blue. HEX triplet: 14, 1A and D6. RGB value is (20,26,214). Sum of RGB (Red+Green+Blue) = 20+26+214=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 214 (83.98% from 255 or 82.31% from 260); Max value from RGB is 214 - color contains mainly: blue. Hex color #141AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AD6 is #EBE529. Grayscale: #2C2C2C. Windows color (decimal): -15459626 or 14031380. OLE color: 14031380.
HSL color Cylindrical-coordinate representation of color #141AD6: hue angle of 238.14º 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 #141AD6 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 26 | 214 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.16 |
| HSL | 238.14º | 0.83% | 0.46% | - |
| HSV(B) | 238.14º | 0.91% | 0.84% | - |
| XYZ | 12.8 | 5.74 | 64.05 | - |
| YUV | 45.64 | 223.01 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 214 | 0.91 | 0.88 | 0 | 0.16 | 238.14 | 0.83 | 0.46 |
| Hex | 14 | 1A | D6 | 5B | 58 | 0 | 10 | EE | 53 | 2E |
| Octal | 24 | 32 | 326 | 133 | 130 | 0 | 20 | 356 | 123 | 56 |
| Binary | 10100 | 11010 | 11010110 | 1011011 | 1011000 | 0 | 10000 | 11101110 | 1010011 | 101110 |
Color Harmonies of #141AD6
Complementary color
Monochromatic Colors of #141AD6
Black with #141AD6
Text Example
Text Example
White with #141AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AD6; }
p { color: rgb(20,26,214); }
H1.HeaderClassName
{
color: #141AD6;
}
.AnyTagClassName
{
color: #141AD6;
}
</style>
background-color css
<style>
a { background-color: #141AD6; }
a { background-color: rgb(20,26,214); }
div.DivClassName
{
background-color: #141AD6;
}
.BgClassName
{
background-color: #141AD6;
}
</style>
border-color css
<style>
span { border-color: #141AD6; }
span { border-color: rgb(20,26,214); }
td.TdClassName
{
border-color: #141AD6;
}
.TagClassName
{
border-color: #141AD6;
}
</style>