Shades of Blue #141AEA
Tints of Blue #141AEA
RGB
CMYK
RGB Variations
Color information
#141AEA (or 0x141AEA) is known color: Blue. HEX triplet: 14, 1A and EA. RGB value is (20,26,234). Sum of RGB (Red+Green+Blue) = 20+26+234=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #141AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141AEA is #EBE515. Grayscale: #2F2F2F. Windows color (decimal): -15459606 or 15342100. OLE color: 15342100.
HSL color Cylindrical-coordinate representation of color #141AEA: hue angle of 238.32º 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 #141AEA is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 26 | 234 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.08 |
| HSL | 238.32º | 0.84% | 0.5% | - |
| HSV(B) | 238.32º | 0.91% | 0.92% | - |
| XYZ | 15.51 | 6.83 | 78.34 | - |
| YUV | 47.92 | 233.01 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 234 | 0.91 | 0.89 | 0 | 0.08 | 238.32 | 0.84 | 0.5 |
| Hex | 14 | 1A | EA | 5B | 59 | 0 | 8 | EE | 54 | 32 |
| Octal | 24 | 32 | 352 | 133 | 131 | 0 | 10 | 356 | 124 | 62 |
| Binary | 10100 | 11010 | 11101010 | 1011011 | 1011001 | 0 | 1000 | 11101110 | 1010100 | 110010 |
Color Harmonies of #141AEA
Complementary color
Monochromatic Colors of #141AEA
Black with #141AEA
Text Example
Text Example
White with #141AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AEA; }
p { color: rgb(20,26,234); }
H1.HeaderClassName
{
color: #141AEA;
}
.AnyTagClassName
{
color: #141AEA;
}
</style>
background-color css
<style>
a { background-color: #141AEA; }
a { background-color: rgb(20,26,234); }
div.DivClassName
{
background-color: #141AEA;
}
.BgClassName
{
background-color: #141AEA;
}
</style>
border-color css
<style>
span { border-color: #141AEA; }
span { border-color: rgb(20,26,234); }
td.TdClassName
{
border-color: #141AEA;
}
.TagClassName
{
border-color: #141AEA;
}
</style>