Shades of Persian Blue #1338EC
Tints of Persian Blue #1338EC
RGB
CMYK
RGB Variations
Color information
#1338EC (or 0x1338EC) is known color: Persian Blue. HEX triplet: 13, 38 and EC. RGB value is (19,56,236). Sum of RGB (Red+Green+Blue) = 19+56+236=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 236 (92.58% from 255 or 75.88% from 311); Max value from RGB is 236 - color contains mainly: blue. Hex color #1338EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1338EC is #ECC713. Grayscale: #404040. Windows color (decimal): -15517460 or 15480851. OLE color: 15480851.
HSL color Cylindrical-coordinate representation of color #1338EC: hue angle of 229.77º 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 #1338EC is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 56 | 236 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.07 |
| HSL | 229.77º | 0.85% | 0.5% | - |
| HSV(B) | 229.77º | 0.92% | 0.93% | - |
| XYZ | 16.82 | 9.02 | 80.21 | - |
| YUV | 65.46 | 224.24 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 236 | 0.92 | 0.76 | 0 | 0.07 | 229.77 | 0.85 | 0.5 |
| Hex | 13 | 38 | EC | 5C | 4C | 0 | 7 | E6 | 55 | 32 |
| Octal | 23 | 70 | 354 | 134 | 114 | 0 | 7 | 346 | 125 | 62 |
| Binary | 10011 | 111000 | 11101100 | 1011100 | 1001100 | 0 | 111 | 11100110 | 1010101 | 110010 |
Color Harmonies of #1338EC
Complementary color
Monochromatic Colors of #1338EC
Black with #1338EC
Text Example
Text Example
White with #1338EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338EC; }
p { color: rgb(19,56,236); }
H1.HeaderClassName
{
color: #1338EC;
}
.AnyTagClassName
{
color: #1338EC;
}
</style>
background-color css
<style>
a { background-color: #1338EC; }
a { background-color: rgb(19,56,236); }
div.DivClassName
{
background-color: #1338EC;
}
.BgClassName
{
background-color: #1338EC;
}
</style>
border-color css
<style>
span { border-color: #1338EC; }
span { border-color: rgb(19,56,236); }
td.TdClassName
{
border-color: #1338EC;
}
.TagClassName
{
border-color: #1338EC;
}
</style>