Shades of Blue #130FEB
Tints of Blue #130FEB
RGB
CMYK
RGB Variations
Color information
#130FEB (or 0x130FEB) is known color: Blue. HEX triplet: 13, 0F and EB. RGB value is (19,15,235). Sum of RGB (Red+Green+Blue) = 19+15+235=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 235 (92.19% from 255 or 87.36% from 269); Max value from RGB is 235 - color contains mainly: blue. Hex color #130FEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130FEB is #ECF014. Grayscale: #282828. Windows color (decimal): -15527957 or 15404819. OLE color: 15404819.
HSL color Cylindrical-coordinate representation of color #130FEB: hue angle of 241.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130FEB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 15 | 235 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.08 |
| HSL | 241.09º | 0.88% | 0.49% | - |
| HSV(B) | 241.09º | 0.94% | 0.92% | - |
| XYZ | 15.43 | 6.48 | 79.03 | - |
| YUV | 41.28 | 237.33 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 235 | 0.92 | 0.94 | 0 | 0.08 | 241.09 | 0.88 | 0.49 |
| Hex | 13 | F | EB | 5C | 5E | 0 | 8 | F1 | 58 | 31 |
| Octal | 23 | 17 | 353 | 134 | 136 | 0 | 10 | 361 | 130 | 61 |
| Binary | 10011 | 1111 | 11101011 | 1011100 | 1011110 | 0 | 1000 | 11110001 | 1011000 | 110001 |
Color Harmonies of #130FEB
Complementary color
Monochromatic Colors of #130FEB
Black with #130FEB
Text Example
Text Example
White with #130FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130FEB; }
p { color: rgb(19,15,235); }
H1.HeaderClassName
{
color: #130FEB;
}
.AnyTagClassName
{
color: #130FEB;
}
</style>
background-color css
<style>
a { background-color: #130FEB; }
a { background-color: rgb(19,15,235); }
div.DivClassName
{
background-color: #130FEB;
}
.BgClassName
{
background-color: #130FEB;
}
</style>
border-color css
<style>
span { border-color: #130FEB; }
span { border-color: rgb(19,15,235); }
td.TdClassName
{
border-color: #130FEB;
}
.TagClassName
{
border-color: #130FEB;
}
</style>