Shades of Blue #1305EB
Tints of Blue #1305EB
RGB
CMYK
RGB Variations
Color information
#1305EB (or 0x1305EB) is known color: Blue. HEX triplet: 13, 05 and EB. RGB value is (19,5,235). Sum of RGB (Red+Green+Blue) = 19+5+235=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 235 (92.19% from 255 or 90.73% from 259); Max value from RGB is 235 - color contains mainly: blue. Hex color #1305EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1305EB is #ECFA14. Grayscale: #222222. Windows color (decimal): -15530517 or 15402259. OLE color: 15402259.
HSL color Cylindrical-coordinate representation of color #1305EB: hue angle of 243.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1305EB is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 5 | 235 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.08 |
| HSL | 243.65º | 0.96% | 0.47% | - |
| HSV(B) | 243.65º | 0.98% | 0.92% | - |
| XYZ | 15.32 | 6.25 | 79 | - |
| YUV | 35.41 | 240.64 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 235 | 0.92 | 0.98 | 0 | 0.08 | 243.65 | 0.96 | 0.47 |
| Hex | 13 | 5 | EB | 5C | 62 | 0 | 8 | F4 | 60 | 2F |
| Octal | 23 | 5 | 353 | 134 | 142 | 0 | 10 | 364 | 140 | 57 |
| Binary | 10011 | 101 | 11101011 | 1011100 | 1100010 | 0 | 1000 | 11110100 | 1100000 | 101111 |
Color Harmonies of #1305EB
Complementary color
Monochromatic Colors of #1305EB
Black with #1305EB
Text Example
Text Example
White with #1305EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1305EB; }
p { color: rgb(19,5,235); }
H1.HeaderClassName
{
color: #1305EB;
}
.AnyTagClassName
{
color: #1305EB;
}
</style>
background-color css
<style>
a { background-color: #1305EB; }
a { background-color: rgb(19,5,235); }
div.DivClassName
{
background-color: #1305EB;
}
.BgClassName
{
background-color: #1305EB;
}
</style>
border-color css
<style>
span { border-color: #1305EB; }
span { border-color: rgb(19,5,235); }
td.TdClassName
{
border-color: #1305EB;
}
.TagClassName
{
border-color: #1305EB;
}
</style>