Shades of Blue #141CEA
Tints of Blue #141CEA
RGB
CMYK
RGB Variations
Color information
#141CEA (or 0x141CEA) is known color: Blue. HEX triplet: 14, 1C and EA. RGB value is (20,28,234). Sum of RGB (Red+Green+Blue) = 20+28+234=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #141CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CEA is #EBE315. Grayscale: #303030. Windows color (decimal): -15459094 or 15342612. OLE color: 15342612.
HSL color Cylindrical-coordinate representation of color #141CEA: hue angle of 237.76º 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 #141CEA is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 28 | 234 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.08 |
| HSL | 237.76º | 0.84% | 0.5% | - |
| HSV(B) | 237.76º | 0.91% | 0.92% | - |
| XYZ | 15.56 | 6.92 | 78.36 | - |
| YUV | 49.09 | 232.35 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 234 | 0.91 | 0.88 | 0 | 0.08 | 237.76 | 0.84 | 0.5 |
| Hex | 14 | 1C | EA | 5B | 58 | 0 | 8 | EE | 54 | 32 |
| Octal | 24 | 34 | 352 | 133 | 130 | 0 | 10 | 356 | 124 | 62 |
| Binary | 10100 | 11100 | 11101010 | 1011011 | 1011000 | 0 | 1000 | 11101110 | 1010100 | 110010 |
Color Harmonies of #141CEA
Complementary color
Monochromatic Colors of #141CEA
Black with #141CEA
Text Example
Text Example
White with #141CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CEA; }
p { color: rgb(20,28,234); }
H1.HeaderClassName
{
color: #141CEA;
}
.AnyTagClassName
{
color: #141CEA;
}
</style>
background-color css
<style>
a { background-color: #141CEA; }
a { background-color: rgb(20,28,234); }
div.DivClassName
{
background-color: #141CEA;
}
.BgClassName
{
background-color: #141CEA;
}
</style>
border-color css
<style>
span { border-color: #141CEA; }
span { border-color: rgb(20,28,234); }
td.TdClassName
{
border-color: #141CEA;
}
.TagClassName
{
border-color: #141CEA;
}
</style>