Shades of Blue #141CFF
Tints of Blue #141CFF
RGB
CMYK
RGB Variations
Color information
#141CFF (or 0x141CFF) is known color: Blue. HEX triplet: 14, 1C and FF. RGB value is (20,28,255). Sum of RGB (Red+Green+Blue) = 20+28+255=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #141CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CFF is #EBE300. Grayscale: #323232. Windows color (decimal): -15459073 or 16718868. OLE color: 16718868.
HSL color Cylindrical-coordinate representation of color #141CFF: hue angle of 237.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141CFF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 28 | 255 | - |
| CMYK | 0.92 | 0.89 | 0 | 0 |
| HSL | 237.96º | 1% | 0.54% | - |
| HSV(B) | 237.96º | 0.92% | 1% | - |
| XYZ | 18.75 | 8.2 | 95.2 | - |
| YUV | 51.49 | 242.85 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 255 | 0.92 | 0.89 | 0 | 0 | 237.96 | 1 | 0.54 |
| Hex | 14 | 1C | FF | 5C | 59 | 0 | 0 | EE | 64 | 36 |
| Octal | 24 | 34 | 377 | 134 | 131 | 0 | 0 | 356 | 144 | 66 |
| Binary | 10100 | 11100 | 11111111 | 1011100 | 1011001 | 0 | 0 | 11101110 | 1100100 | 110110 |
Color Harmonies of #141CFF
Complementary color
Monochromatic Colors of #141CFF
Black with #141CFF
Text Example
Text Example
White with #141CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CFF; }
p { color: rgb(20,28,255); }
H1.HeaderClassName
{
color: #141CFF;
}
.AnyTagClassName
{
color: #141CFF;
}
</style>
background-color css
<style>
a { background-color: #141CFF; }
a { background-color: rgb(20,28,255); }
div.DivClassName
{
background-color: #141CFF;
}
.BgClassName
{
background-color: #141CFF;
}
</style>
border-color css
<style>
span { border-color: #141CFF; }
span { border-color: rgb(20,28,255); }
td.TdClassName
{
border-color: #141CFF;
}
.TagClassName
{
border-color: #141CFF;
}
</style>