Shades of Persian Blue #1338EA
Tints of Persian Blue #1338EA
RGB
CMYK
RGB Variations
Color information
#1338EA (or 0x1338EA) is known color: Persian Blue. HEX triplet: 13, 38 and EA. RGB value is (19,56,234). Sum of RGB (Red+Green+Blue) = 19+56+234=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #1338EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1338EA is #ECC715. Grayscale: #404040. Windows color (decimal): -15517462 or 15349779. OLE color: 15349779.
HSL color Cylindrical-coordinate representation of color #1338EA: hue angle of 229.67º 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 #1338EA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 56 | 234 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.08 |
| HSL | 229.67º | 0.85% | 0.5% | - |
| HSV(B) | 229.67º | 0.92% | 0.92% | - |
| XYZ | 16.53 | 8.91 | 78.69 | - |
| YUV | 65.23 | 223.24 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 234 | 0.92 | 0.76 | 0 | 0.08 | 229.67 | 0.85 | 0.5 |
| Hex | 13 | 38 | EA | 5C | 4C | 0 | 8 | E6 | 55 | 32 |
| Octal | 23 | 70 | 352 | 134 | 114 | 0 | 10 | 346 | 125 | 62 |
| Binary | 10011 | 111000 | 11101010 | 1011100 | 1001100 | 0 | 1000 | 11100110 | 1010101 | 110010 |
Color Harmonies of #1338EA
Complementary color
Monochromatic Colors of #1338EA
Black with #1338EA
Text Example
Text Example
White with #1338EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338EA; }
p { color: rgb(19,56,234); }
H1.HeaderClassName
{
color: #1338EA;
}
.AnyTagClassName
{
color: #1338EA;
}
</style>
background-color css
<style>
a { background-color: #1338EA; }
a { background-color: rgb(19,56,234); }
div.DivClassName
{
background-color: #1338EA;
}
.BgClassName
{
background-color: #1338EA;
}
</style>
border-color css
<style>
span { border-color: #1338EA; }
span { border-color: rgb(19,56,234); }
td.TdClassName
{
border-color: #1338EA;
}
.TagClassName
{
border-color: #1338EA;
}
</style>