Shades of Blue #1325EC
Tints of Blue #1325EC
RGB
CMYK
RGB Variations
Color information
#1325EC (or 0x1325EC) is known color: Blue. HEX triplet: 13, 25 and EC. RGB value is (19,37,236). Sum of RGB (Red+Green+Blue) = 19+37+236=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 236 (92.58% from 255 or 80.82% from 292); Max value from RGB is 236 - color contains mainly: blue. Hex color #1325EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1325EC is #ECDA13. Grayscale: #353535. Windows color (decimal): -15522324 or 15475987. OLE color: 15475987.
HSL color Cylindrical-coordinate representation of color #1325EC: hue angle of 235.02º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1325EC is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 37 | 236 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.07 |
| HSL | 235.02º | 0.85% | 0.5% | - |
| HSV(B) | 235.02º | 0.92% | 0.93% | - |
| XYZ | 16.07 | 7.52 | 79.96 | - |
| YUV | 54.3 | 230.54 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 236 | 0.92 | 0.84 | 0 | 0.07 | 235.02 | 0.85 | 0.5 |
| Hex | 13 | 25 | EC | 5C | 54 | 0 | 7 | EB | 55 | 32 |
| Octal | 23 | 45 | 354 | 134 | 124 | 0 | 7 | 353 | 125 | 62 |
| Binary | 10011 | 100101 | 11101100 | 1011100 | 1010100 | 0 | 111 | 11101011 | 1010101 | 110010 |
Color Harmonies of #1325EC
Complementary color
Monochromatic Colors of #1325EC
Black with #1325EC
Text Example
Text Example
White with #1325EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1325EC; }
p { color: rgb(19,37,236); }
H1.HeaderClassName
{
color: #1325EC;
}
.AnyTagClassName
{
color: #1325EC;
}
</style>
background-color css
<style>
a { background-color: #1325EC; }
a { background-color: rgb(19,37,236); }
div.DivClassName
{
background-color: #1325EC;
}
.BgClassName
{
background-color: #1325EC;
}
</style>
border-color css
<style>
span { border-color: #1325EC; }
span { border-color: rgb(19,37,236); }
td.TdClassName
{
border-color: #1325EC;
}
.TagClassName
{
border-color: #1325EC;
}
</style>