Shades of Blue #141BEF
Tints of Blue #141BEF
RGB
CMYK
RGB Variations
Color information
#141BEF (or 0x141BEF) is known color: Blue. HEX triplet: 14, 1B and EF. RGB value is (20,27,239). Sum of RGB (Red+Green+Blue) = 20+27+239=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #141BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141BEF is #EBE410. Grayscale: #303030. Windows color (decimal): -15459345 or 15670036. OLE color: 15670036.
HSL color Cylindrical-coordinate representation of color #141BEF: hue angle of 238.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141BEF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 27 | 239 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.06 |
| HSL | 238.08º | 0.87% | 0.51% | - |
| HSV(B) | 238.08º | 0.92% | 0.94% | - |
| XYZ | 16.26 | 7.16 | 82.19 | - |
| YUV | 49.08 | 235.18 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 239 | 0.92 | 0.89 | 0 | 0.06 | 238.08 | 0.87 | 0.51 |
| Hex | 14 | 1B | EF | 5C | 59 | 0 | 6 | EE | 57 | 33 |
| Octal | 24 | 33 | 357 | 134 | 131 | 0 | 6 | 356 | 127 | 63 |
| Binary | 10100 | 11011 | 11101111 | 1011100 | 1011001 | 0 | 110 | 11101110 | 1010111 | 110011 |
Color Harmonies of #141BEF
Complementary color
Monochromatic Colors of #141BEF
Black with #141BEF
Text Example
Text Example
White with #141BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BEF; }
p { color: rgb(20,27,239); }
H1.HeaderClassName
{
color: #141BEF;
}
.AnyTagClassName
{
color: #141BEF;
}
</style>
background-color css
<style>
a { background-color: #141BEF; }
a { background-color: rgb(20,27,239); }
div.DivClassName
{
background-color: #141BEF;
}
.BgClassName
{
background-color: #141BEF;
}
</style>
border-color css
<style>
span { border-color: #141BEF; }
span { border-color: rgb(20,27,239); }
td.TdClassName
{
border-color: #141BEF;
}
.TagClassName
{
border-color: #141BEF;
}
</style>