Shades of Blue #141AEB
Tints of Blue #141AEB
RGB
CMYK
RGB Variations
Color information
#141AEB (or 0x141AEB) is known color: Blue. HEX triplet: 14, 1A and EB. RGB value is (20,26,235). Sum of RGB (Red+Green+Blue) = 20+26+235=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 235 (92.19% from 255 or 83.63% from 281); Max value from RGB is 235 - color contains mainly: blue. Hex color #141AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141AEB is #EBE514. Grayscale: #2F2F2F. Windows color (decimal): -15459605 or 15407636. OLE color: 15407636.
HSL color Cylindrical-coordinate representation of color #141AEB: hue angle of 238.33º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141AEB is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 26 | 235 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.08 |
| HSL | 238.33º | 0.84% | 0.5% | - |
| HSV(B) | 238.33º | 0.91% | 0.92% | - |
| XYZ | 15.65 | 6.89 | 79.1 | - |
| YUV | 48.03 | 233.51 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 235 | 0.91 | 0.89 | 0 | 0.08 | 238.33 | 0.84 | 0.5 |
| Hex | 14 | 1A | EB | 5B | 59 | 0 | 8 | EE | 54 | 32 |
| Octal | 24 | 32 | 353 | 133 | 131 | 0 | 10 | 356 | 124 | 62 |
| Binary | 10100 | 11010 | 11101011 | 1011011 | 1011001 | 0 | 1000 | 11101110 | 1010100 | 110010 |
Color Harmonies of #141AEB
Complementary color
Monochromatic Colors of #141AEB
Black with #141AEB
Text Example
Text Example
White with #141AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AEB; }
p { color: rgb(20,26,235); }
H1.HeaderClassName
{
color: #141AEB;
}
.AnyTagClassName
{
color: #141AEB;
}
</style>
background-color css
<style>
a { background-color: #141AEB; }
a { background-color: rgb(20,26,235); }
div.DivClassName
{
background-color: #141AEB;
}
.BgClassName
{
background-color: #141AEB;
}
</style>
border-color css
<style>
span { border-color: #141AEB; }
span { border-color: rgb(20,26,235); }
td.TdClassName
{
border-color: #141AEB;
}
.TagClassName
{
border-color: #141AEB;
}
</style>