Shades of Persian Blue #1335EC
Tints of Persian Blue #1335EC
RGB
CMYK
RGB Variations
Color information
#1335EC (or 0x1335EC) is known color: Persian Blue. HEX triplet: 13, 35 and EC. RGB value is (19,53,236). Sum of RGB (Red+Green+Blue) = 19+53+236=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #1335EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1335EC is #ECCA13. Grayscale: #3E3E3E. Windows color (decimal): -15518228 or 15480083. OLE color: 15480083.
HSL color Cylindrical-coordinate representation of color #1335EC: hue angle of 230.6º 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 #1335EC is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 53 | 236 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.07 |
| HSL | 230.6º | 0.85% | 0.5% | - |
| HSV(B) | 230.6º | 0.92% | 0.93% | - |
| XYZ | 16.68 | 8.74 | 80.16 | - |
| YUV | 63.7 | 225.24 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 236 | 0.92 | 0.78 | 0 | 0.07 | 230.6 | 0.85 | 0.5 |
| Hex | 13 | 35 | EC | 5C | 4E | 0 | 7 | E7 | 55 | 32 |
| Octal | 23 | 65 | 354 | 134 | 116 | 0 | 7 | 347 | 125 | 62 |
| Binary | 10011 | 110101 | 11101100 | 1011100 | 1001110 | 0 | 111 | 11100111 | 1010101 | 110010 |
Color Harmonies of #1335EC
Complementary color
Monochromatic Colors of #1335EC
Black with #1335EC
Text Example
Text Example
White with #1335EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1335EC; }
p { color: rgb(19,53,236); }
H1.HeaderClassName
{
color: #1335EC;
}
.AnyTagClassName
{
color: #1335EC;
}
</style>
background-color css
<style>
a { background-color: #1335EC; }
a { background-color: rgb(19,53,236); }
div.DivClassName
{
background-color: #1335EC;
}
.BgClassName
{
background-color: #1335EC;
}
</style>
border-color css
<style>
span { border-color: #1335EC; }
span { border-color: rgb(19,53,236); }
td.TdClassName
{
border-color: #1335EC;
}
.TagClassName
{
border-color: #1335EC;
}
</style>