Shades of Persian Blue #1336EB
Tints of Persian Blue #1336EB
RGB
CMYK
RGB Variations
Color information
#1336EB (or 0x1336EB) is known color: Persian Blue. HEX triplet: 13, 36 and EB. RGB value is (19,54,235). Sum of RGB (Red+Green+Blue) = 19+54+235=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #1336EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1336EB is #ECC914. Grayscale: #3F3F3F. Windows color (decimal): -15517973 or 15414803. OLE color: 15414803.
HSL color Cylindrical-coordinate representation of color #1336EB: hue angle of 230.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1336EB is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 54 | 235 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.08 |
| HSL | 230.28º | 0.85% | 0.5% | - |
| HSV(B) | 230.28º | 0.92% | 0.92% | - |
| XYZ | 16.58 | 8.77 | 79.42 | - |
| YUV | 64.17 | 224.4 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 235 | 0.92 | 0.77 | 0 | 0.08 | 230.28 | 0.85 | 0.5 |
| Hex | 13 | 36 | EB | 5C | 4D | 0 | 8 | E6 | 55 | 32 |
| Octal | 23 | 66 | 353 | 134 | 115 | 0 | 10 | 346 | 125 | 62 |
| Binary | 10011 | 110110 | 11101011 | 1011100 | 1001101 | 0 | 1000 | 11100110 | 1010101 | 110010 |
Color Harmonies of #1336EB
Complementary color
Monochromatic Colors of #1336EB
Black with #1336EB
Text Example
Text Example
White with #1336EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1336EB; }
p { color: rgb(19,54,235); }
H1.HeaderClassName
{
color: #1336EB;
}
.AnyTagClassName
{
color: #1336EB;
}
</style>
background-color css
<style>
a { background-color: #1336EB; }
a { background-color: rgb(19,54,235); }
div.DivClassName
{
background-color: #1336EB;
}
.BgClassName
{
background-color: #1336EB;
}
</style>
border-color css
<style>
span { border-color: #1336EB; }
span { border-color: rgb(19,54,235); }
td.TdClassName
{
border-color: #1336EB;
}
.TagClassName
{
border-color: #1336EB;
}
</style>