Shades of Persian Blue #1337EA
Tints of Persian Blue #1337EA
RGB
CMYK
RGB Variations
Color information
#1337EA (or 0x1337EA) is known color: Persian Blue. HEX triplet: 13, 37 and EA. RGB value is (19,55,234). Sum of RGB (Red+Green+Blue) = 19+55+234=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 234 (91.80% from 255 or 75.97% from 308); Max value from RGB is 234 - color contains mainly: blue. Hex color #1337EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1337EA is #ECC815. Grayscale: #3F3F3F. Windows color (decimal): -15517718 or 15349523. OLE color: 15349523.
HSL color Cylindrical-coordinate representation of color #1337EA: hue angle of 229.95º 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 #1337EA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 55 | 234 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.08 |
| HSL | 229.95º | 0.85% | 0.5% | - |
| HSV(B) | 229.95º | 0.92% | 0.92% | - |
| XYZ | 16.49 | 8.81 | 78.67 | - |
| YUV | 64.64 | 223.57 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 234 | 0.92 | 0.76 | 0 | 0.08 | 229.95 | 0.85 | 0.5 |
| Hex | 13 | 37 | EA | 5C | 4C | 0 | 8 | E6 | 55 | 32 |
| Octal | 23 | 67 | 352 | 134 | 114 | 0 | 10 | 346 | 125 | 62 |
| Binary | 10011 | 110111 | 11101010 | 1011100 | 1001100 | 0 | 1000 | 11100110 | 1010101 | 110010 |
Color Harmonies of #1337EA
Complementary color
Monochromatic Colors of #1337EA
Black with #1337EA
Text Example
Text Example
White with #1337EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337EA; }
p { color: rgb(19,55,234); }
H1.HeaderClassName
{
color: #1337EA;
}
.AnyTagClassName
{
color: #1337EA;
}
</style>
background-color css
<style>
a { background-color: #1337EA; }
a { background-color: rgb(19,55,234); }
div.DivClassName
{
background-color: #1337EA;
}
.BgClassName
{
background-color: #1337EA;
}
</style>
border-color css
<style>
span { border-color: #1337EA; }
span { border-color: rgb(19,55,234); }
td.TdClassName
{
border-color: #1337EA;
}
.TagClassName
{
border-color: #1337EA;
}
</style>