Shades of Blue #1305E8
Tints of Blue #1305E8
RGB
CMYK
RGB Variations
Color information
#1305E8 (or 0x1305E8) is known color: Blue. HEX triplet: 13, 05 and E8. RGB value is (19,5,232). Sum of RGB (Red+Green+Blue) = 19+5+232=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 232 (91.02% from 255 or 90.62% from 256); Max value from RGB is 232 - color contains mainly: blue. Hex color #1305E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1305E8 is #ECFA17. Grayscale: #222222. Windows color (decimal): -15530520 or 15205651. OLE color: 15205651.
HSL color Cylindrical-coordinate representation of color #1305E8: hue angle of 243.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1305E8 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 5 | 232 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.09 |
| HSL | 243.7º | 0.96% | 0.46% | - |
| HSV(B) | 243.7º | 0.98% | 0.91% | - |
| XYZ | 14.89 | 6.07 | 76.73 | - |
| YUV | 35.06 | 239.14 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 232 | 0.92 | 0.98 | 0 | 0.09 | 243.7 | 0.96 | 0.46 |
| Hex | 13 | 5 | E8 | 5C | 62 | 0 | 9 | F4 | 60 | 2E |
| Octal | 23 | 5 | 350 | 134 | 142 | 0 | 11 | 364 | 140 | 56 |
| Binary | 10011 | 101 | 11101000 | 1011100 | 1100010 | 0 | 1001 | 11110100 | 1100000 | 101110 |
Color Harmonies of #1305E8
Complementary color
Monochromatic Colors of #1305E8
Black with #1305E8
Text Example
Text Example
White with #1305E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1305E8; }
p { color: rgb(19,5,232); }
H1.HeaderClassName
{
color: #1305E8;
}
.AnyTagClassName
{
color: #1305E8;
}
</style>
background-color css
<style>
a { background-color: #1305E8; }
a { background-color: rgb(19,5,232); }
div.DivClassName
{
background-color: #1305E8;
}
.BgClassName
{
background-color: #1305E8;
}
</style>
border-color css
<style>
span { border-color: #1305E8; }
span { border-color: rgb(19,5,232); }
td.TdClassName
{
border-color: #1305E8;
}
.TagClassName
{
border-color: #1305E8;
}
</style>