Shades of Medium Blue #141AD5
Tints of Medium Blue #141AD5
RGB
CMYK
RGB Variations
Color information
#141AD5 (or 0x141AD5) is known color: Medium Blue. HEX triplet: 14, 1A and D5. RGB value is (20,26,213). Sum of RGB (Red+Green+Blue) = 20+26+213=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 213 (83.59% from 255 or 82.24% from 259); Max value from RGB is 213 - color contains mainly: blue. Hex color #141AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AD5 is #EBE52A. Grayscale: #2C2C2C. Windows color (decimal): -15459627 or 13965844. OLE color: 13965844.
HSL color Cylindrical-coordinate representation of color #141AD5: hue angle of 238.13º 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 #141AD5 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 26 | 213 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.16 |
| HSL | 238.13º | 0.83% | 0.46% | - |
| HSV(B) | 238.13º | 0.91% | 0.84% | - |
| XYZ | 12.67 | 5.69 | 63.38 | - |
| YUV | 45.52 | 222.51 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 213 | 0.91 | 0.88 | 0 | 0.16 | 238.13 | 0.83 | 0.46 |
| Hex | 14 | 1A | D5 | 5B | 58 | 0 | 10 | EE | 53 | 2E |
| Octal | 24 | 32 | 325 | 133 | 130 | 0 | 20 | 356 | 123 | 56 |
| Binary | 10100 | 11010 | 11010101 | 1011011 | 1011000 | 0 | 10000 | 11101110 | 1010011 | 101110 |
Color Harmonies of #141AD5
Complementary color
Monochromatic Colors of #141AD5
Black with #141AD5
Text Example
Text Example
White with #141AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AD5; }
p { color: rgb(20,26,213); }
H1.HeaderClassName
{
color: #141AD5;
}
.AnyTagClassName
{
color: #141AD5;
}
</style>
background-color css
<style>
a { background-color: #141AD5; }
a { background-color: rgb(20,26,213); }
div.DivClassName
{
background-color: #141AD5;
}
.BgClassName
{
background-color: #141AD5;
}
</style>
border-color css
<style>
span { border-color: #141AD5; }
span { border-color: rgb(20,26,213); }
td.TdClassName
{
border-color: #141AD5;
}
.TagClassName
{
border-color: #141AD5;
}
</style>