Shades of Blue #130DEB
Tints of Blue #130DEB
RGB
CMYK
RGB Variations
Color information
#130DEB (or 0x130DEB) is known color: Blue. HEX triplet: 13, 0D and EB. RGB value is (19,13,235). Sum of RGB (Red+Green+Blue) = 19+13+235=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 235 (92.19% from 255 or 88.01% from 267); Max value from RGB is 235 - color contains mainly: blue. Hex color #130DEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130DEB is #ECF214. Grayscale: #272727. Windows color (decimal): -15528469 or 15404307. OLE color: 15404307.
HSL color Cylindrical-coordinate representation of color #130DEB: hue angle of 241.62º degrees, saturation: 0.9, 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 #130DEB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 13 | 235 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.08 |
| HSL | 241.62º | 0.9% | 0.49% | - |
| HSV(B) | 241.62º | 0.94% | 0.92% | - |
| XYZ | 15.41 | 6.42 | 79.03 | - |
| YUV | 40.1 | 237.99 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 235 | 0.92 | 0.94 | 0 | 0.08 | 241.62 | 0.9 | 0.49 |
| Hex | 13 | D | EB | 5C | 5E | 0 | 8 | F2 | 5A | 31 |
| Octal | 23 | 15 | 353 | 134 | 136 | 0 | 10 | 362 | 132 | 61 |
| Binary | 10011 | 1101 | 11101011 | 1011100 | 1011110 | 0 | 1000 | 11110010 | 1011010 | 110001 |
Color Harmonies of #130DEB
Complementary color
Monochromatic Colors of #130DEB
Black with #130DEB
Text Example
Text Example
White with #130DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DEB; }
p { color: rgb(19,13,235); }
H1.HeaderClassName
{
color: #130DEB;
}
.AnyTagClassName
{
color: #130DEB;
}
</style>
background-color css
<style>
a { background-color: #130DEB; }
a { background-color: rgb(19,13,235); }
div.DivClassName
{
background-color: #130DEB;
}
.BgClassName
{
background-color: #130DEB;
}
</style>
border-color css
<style>
span { border-color: #130DEB; }
span { border-color: rgb(19,13,235); }
td.TdClassName
{
border-color: #130DEB;
}
.TagClassName
{
border-color: #130DEB;
}
</style>