Shades of Blue #141BF6
Tints of Blue #141BF6
RGB
CMYK
RGB Variations
Color information
#141BF6 (or 0x141BF6) is known color: Blue. HEX triplet: 14, 1B and F6. RGB value is (20,27,246). Sum of RGB (Red+Green+Blue) = 20+27+246=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 246 (96.48% from 255 or 83.96% from 293); Max value from RGB is 246 - color contains mainly: blue. Hex color #141BF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141BF6 is #EBE409. Grayscale: #303030. Windows color (decimal): -15459338 or 16128788. OLE color: 16128788.
HSL color Cylindrical-coordinate representation of color #141BF6: hue angle of 238.14º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141BF6 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 27 | 246 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.04 |
| HSL | 238.14º | 0.93% | 0.52% | - |
| HSV(B) | 238.14º | 0.92% | 0.96% | - |
| XYZ | 17.31 | 7.59 | 87.74 | - |
| YUV | 49.87 | 238.68 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 246 | 0.92 | 0.89 | 0 | 0.04 | 238.14 | 0.93 | 0.52 |
| Hex | 14 | 1B | F6 | 5C | 59 | 0 | 4 | EE | 5D | 34 |
| Octal | 24 | 33 | 366 | 134 | 131 | 0 | 4 | 356 | 135 | 64 |
| Binary | 10100 | 11011 | 11110110 | 1011100 | 1011001 | 0 | 100 | 11101110 | 1011101 | 110100 |
Color Harmonies of #141BF6
Complementary color
Monochromatic Colors of #141BF6
Black with #141BF6
Text Example
Text Example
White with #141BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BF6; }
p { color: rgb(20,27,246); }
H1.HeaderClassName
{
color: #141BF6;
}
.AnyTagClassName
{
color: #141BF6;
}
</style>
background-color css
<style>
a { background-color: #141BF6; }
a { background-color: rgb(20,27,246); }
div.DivClassName
{
background-color: #141BF6;
}
.BgClassName
{
background-color: #141BF6;
}
</style>
border-color css
<style>
span { border-color: #141BF6; }
span { border-color: rgb(20,27,246); }
td.TdClassName
{
border-color: #141BF6;
}
.TagClassName
{
border-color: #141BF6;
}
</style>