Shades of Blue #130EFB
Tints of Blue #130EFB
RGB
CMYK
RGB Variations
Color information
#130EFB (or 0x130EFB) is known color: Blue. HEX triplet: 13, 0E and FB. RGB value is (19,14,251). Sum of RGB (Red+Green+Blue) = 19+14+251=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #130EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130EFB is #ECF104. Grayscale: #292929. Windows color (decimal): -15528197 or 16453139. OLE color: 16453139.
HSL color Cylindrical-coordinate representation of color #130EFB: hue angle of 241.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130EFB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 14 | 251 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.02 |
| HSL | 241.27º | 0.97% | 0.52% | - |
| HSV(B) | 241.27º | 0.94% | 0.98% | - |
| XYZ | 17.84 | 7.42 | 91.76 | - |
| YUV | 42.51 | 245.66 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 251 | 0.92 | 0.94 | 0 | 0.02 | 241.27 | 0.97 | 0.52 |
| Hex | 13 | E | FB | 5C | 5E | 0 | 2 | F1 | 61 | 34 |
| Octal | 23 | 16 | 373 | 134 | 136 | 0 | 2 | 361 | 141 | 64 |
| Binary | 10011 | 1110 | 11111011 | 1011100 | 1011110 | 0 | 10 | 11110001 | 1100001 | 110100 |
Color Harmonies of #130EFB
Complementary color
Monochromatic Colors of #130EFB
Black with #130EFB
Text Example
Text Example
White with #130EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130EFB; }
p { color: rgb(19,14,251); }
H1.HeaderClassName
{
color: #130EFB;
}
.AnyTagClassName
{
color: #130EFB;
}
</style>
background-color css
<style>
a { background-color: #130EFB; }
a { background-color: rgb(19,14,251); }
div.DivClassName
{
background-color: #130EFB;
}
.BgClassName
{
background-color: #130EFB;
}
</style>
border-color css
<style>
span { border-color: #130EFB; }
span { border-color: rgb(19,14,251); }
td.TdClassName
{
border-color: #130EFB;
}
.TagClassName
{
border-color: #130EFB;
}
</style>