Shades of Medium Blue #141BDE
Tints of Medium Blue #141BDE
RGB
CMYK
RGB Variations
Color information
#141BDE (or 0x141BDE) is known color: Medium Blue. HEX triplet: 14, 1B and DE. RGB value is (20,27,222). Sum of RGB (Red+Green+Blue) = 20+27+222=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 222 (87.11% from 255 or 82.53% from 269); Max value from RGB is 222 - color contains mainly: blue. Hex color #141BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BDE is #EBE421. Grayscale: #2E2E2E. Windows color (decimal): -15459362 or 14555924. OLE color: 14555924.
HSL color Cylindrical-coordinate representation of color #141BDE: hue angle of 237.92º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141BDE is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 27 | 222 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.13 |
| HSL | 237.92º | 0.83% | 0.47% | - |
| HSV(B) | 237.92º | 0.91% | 0.87% | - |
| XYZ | 13.87 | 6.21 | 69.57 | - |
| YUV | 47.14 | 226.68 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 222 | 0.91 | 0.88 | 0 | 0.13 | 237.92 | 0.83 | 0.47 |
| Hex | 14 | 1B | DE | 5B | 58 | 0 | D | EE | 53 | 2F |
| Octal | 24 | 33 | 336 | 133 | 130 | 0 | 15 | 356 | 123 | 57 |
| Binary | 10100 | 11011 | 11011110 | 1011011 | 1011000 | 0 | 1101 | 11101110 | 1010011 | 101111 |
Color Harmonies of #141BDE
Complementary color
Monochromatic Colors of #141BDE
Black with #141BDE
Text Example
Text Example
White with #141BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BDE; }
p { color: rgb(20,27,222); }
H1.HeaderClassName
{
color: #141BDE;
}
.AnyTagClassName
{
color: #141BDE;
}
</style>
background-color css
<style>
a { background-color: #141BDE; }
a { background-color: rgb(20,27,222); }
div.DivClassName
{
background-color: #141BDE;
}
.BgClassName
{
background-color: #141BDE;
}
</style>
border-color css
<style>
span { border-color: #141BDE; }
span { border-color: rgb(20,27,222); }
td.TdClassName
{
border-color: #141BDE;
}
.TagClassName
{
border-color: #141BDE;
}
</style>