Shades of Blue #141BEA
Tints of Blue #141BEA
RGB
CMYK
RGB Variations
Color information
#141BEA (or 0x141BEA) is known color: Blue. HEX triplet: 14, 1B and EA. RGB value is (20,27,234). Sum of RGB (Red+Green+Blue) = 20+27+234=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #141BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141BEA is #EBE415. Grayscale: #2F2F2F. Windows color (decimal): -15459350 or 15342356. OLE color: 15342356.
HSL color Cylindrical-coordinate representation of color #141BEA: hue angle of 238.04º 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 #141BEA is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 27 | 234 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.08 |
| HSL | 238.04º | 0.84% | 0.5% | - |
| HSV(B) | 238.04º | 0.91% | 0.92% | - |
| XYZ | 15.53 | 6.87 | 78.35 | - |
| YUV | 48.51 | 232.68 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 234 | 0.91 | 0.88 | 0 | 0.08 | 238.04 | 0.84 | 0.5 |
| Hex | 14 | 1B | EA | 5B | 58 | 0 | 8 | EE | 54 | 32 |
| Octal | 24 | 33 | 352 | 133 | 130 | 0 | 10 | 356 | 124 | 62 |
| Binary | 10100 | 11011 | 11101010 | 1011011 | 1011000 | 0 | 1000 | 11101110 | 1010100 | 110010 |
Color Harmonies of #141BEA
Complementary color
Monochromatic Colors of #141BEA
Black with #141BEA
Text Example
Text Example
White with #141BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BEA; }
p { color: rgb(20,27,234); }
H1.HeaderClassName
{
color: #141BEA;
}
.AnyTagClassName
{
color: #141BEA;
}
</style>
background-color css
<style>
a { background-color: #141BEA; }
a { background-color: rgb(20,27,234); }
div.DivClassName
{
background-color: #141BEA;
}
.BgClassName
{
background-color: #141BEA;
}
</style>
border-color css
<style>
span { border-color: #141BEA; }
span { border-color: rgb(20,27,234); }
td.TdClassName
{
border-color: #141BEA;
}
.TagClassName
{
border-color: #141BEA;
}
</style>