Shades of Persian Blue #1331EF
Tints of Persian Blue #1331EF
RGB
CMYK
RGB Variations
Color information
#1331EF (or 0x1331EF) is known color: Persian Blue. HEX triplet: 13, 31 and EF. RGB value is (19,49,239). Sum of RGB (Red+Green+Blue) = 19+49+239=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #1331EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1331EF is #ECCE10. Grayscale: #3C3C3C. Windows color (decimal): -15519249 or 15675667. OLE color: 15675667.
HSL color Cylindrical-coordinate representation of color #1331EF: hue angle of 231.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1331EF is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 49 | 239 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.06 |
| HSL | 231.82º | 0.87% | 0.51% | - |
| HSV(B) | 231.82º | 0.92% | 0.94% | - |
| XYZ | 16.95 | 8.57 | 82.42 | - |
| YUV | 61.69 | 228.06 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 239 | 0.92 | 0.79 | 0 | 0.06 | 231.82 | 0.87 | 0.51 |
| Hex | 13 | 31 | EF | 5C | 4F | 0 | 6 | E8 | 57 | 33 |
| Octal | 23 | 61 | 357 | 134 | 117 | 0 | 6 | 350 | 127 | 63 |
| Binary | 10011 | 110001 | 11101111 | 1011100 | 1001111 | 0 | 110 | 11101000 | 1010111 | 110011 |
Color Harmonies of #1331EF
Complementary color
Monochromatic Colors of #1331EF
Black with #1331EF
Text Example
Text Example
White with #1331EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1331EF; }
p { color: rgb(19,49,239); }
H1.HeaderClassName
{
color: #1331EF;
}
.AnyTagClassName
{
color: #1331EF;
}
</style>
background-color css
<style>
a { background-color: #1331EF; }
a { background-color: rgb(19,49,239); }
div.DivClassName
{
background-color: #1331EF;
}
.BgClassName
{
background-color: #1331EF;
}
</style>
border-color css
<style>
span { border-color: #1331EF; }
span { border-color: rgb(19,49,239); }
td.TdClassName
{
border-color: #1331EF;
}
.TagClassName
{
border-color: #1331EF;
}
</style>