Shades of Blue #130EFF
Tints of Blue #130EFF
RGB
CMYK
RGB Variations
Color information
#130EFF (or 0x130EFF) is known color: Blue. HEX triplet: 13, 0E and FF. RGB value is (19,14,255). Sum of RGB (Red+Green+Blue) = 19+14+255=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 255 (100% from 255 or 88.54% from 288); Max value from RGB is 255 - color contains mainly: blue. Hex color #130EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130EFF is #ECF100. Grayscale: #2A2A2A. Windows color (decimal): -15528193 or 16715283. OLE color: 16715283.
HSL color Cylindrical-coordinate representation of color #130EFF: hue angle of 241.24º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130EFF is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 14 | 255 | - |
| CMYK | 0.93 | 0.95 | 0 | 0 |
| HSL | 241.24º | 1% | 0.53% | - |
| HSV(B) | 241.24º | 0.95% | 1% | - |
| XYZ | 18.48 | 7.67 | 95.11 | - |
| YUV | 42.97 | 247.66 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 255 | 0.93 | 0.95 | 0 | 0 | 241.24 | 1 | 0.53 |
| Hex | 13 | E | FF | 5D | 5F | 0 | 0 | F1 | 64 | 35 |
| Octal | 23 | 16 | 377 | 135 | 137 | 0 | 0 | 361 | 144 | 65 |
| Binary | 10011 | 1110 | 11111111 | 1011101 | 1011111 | 0 | 0 | 11110001 | 1100100 | 110101 |
Color Harmonies of #130EFF
Complementary color
Monochromatic Colors of #130EFF
Black with #130EFF
Text Example
Text Example
White with #130EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130EFF; }
p { color: rgb(19,14,255); }
H1.HeaderClassName
{
color: #130EFF;
}
.AnyTagClassName
{
color: #130EFF;
}
</style>
background-color css
<style>
a { background-color: #130EFF; }
a { background-color: rgb(19,14,255); }
div.DivClassName
{
background-color: #130EFF;
}
.BgClassName
{
background-color: #130EFF;
}
</style>
border-color css
<style>
span { border-color: #130EFF; }
span { border-color: rgb(19,14,255); }
td.TdClassName
{
border-color: #130EFF;
}
.TagClassName
{
border-color: #130EFF;
}
</style>