Shades of Blue #141BEC
Tints of Blue #141BEC
RGB
CMYK
RGB Variations
Color information
#141BEC (or 0x141BEC) is known color: Blue. HEX triplet: 14, 1B and EC. RGB value is (20,27,236). Sum of RGB (Red+Green+Blue) = 20+27+236=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 236 (92.58% from 255 or 83.39% from 283); Max value from RGB is 236 - color contains mainly: blue. Hex color #141BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141BEC is #EBE413. Grayscale: #2F2F2F. Windows color (decimal): -15459348 or 15473428. OLE color: 15473428.
HSL color Cylindrical-coordinate representation of color #141BEC: hue angle of 238.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141BEC is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 27 | 236 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.07 |
| HSL | 238.06º | 0.85% | 0.5% | - |
| HSV(B) | 238.06º | 0.92% | 0.93% | - |
| XYZ | 15.82 | 6.99 | 79.87 | - |
| YUV | 48.73 | 233.68 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 236 | 0.92 | 0.89 | 0 | 0.07 | 238.06 | 0.85 | 0.5 |
| Hex | 14 | 1B | EC | 5C | 59 | 0 | 7 | EE | 55 | 32 |
| Octal | 24 | 33 | 354 | 134 | 131 | 0 | 7 | 356 | 125 | 62 |
| Binary | 10100 | 11011 | 11101100 | 1011100 | 1011001 | 0 | 111 | 11101110 | 1010101 | 110010 |
Color Harmonies of #141BEC
Complementary color
Monochromatic Colors of #141BEC
Black with #141BEC
Text Example
Text Example
White with #141BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BEC; }
p { color: rgb(20,27,236); }
H1.HeaderClassName
{
color: #141BEC;
}
.AnyTagClassName
{
color: #141BEC;
}
</style>
background-color css
<style>
a { background-color: #141BEC; }
a { background-color: rgb(20,27,236); }
div.DivClassName
{
background-color: #141BEC;
}
.BgClassName
{
background-color: #141BEC;
}
</style>
border-color css
<style>
span { border-color: #141BEC; }
span { border-color: rgb(20,27,236); }
td.TdClassName
{
border-color: #141BEC;
}
.TagClassName
{
border-color: #141BEC;
}
</style>