Shades of Persian Blue #1331EA
Tints of Persian Blue #1331EA
RGB
CMYK
RGB Variations
Color information
#1331EA (or 0x1331EA) is known color: Persian Blue. HEX triplet: 13, 31 and EA. RGB value is (19,49,234). Sum of RGB (Red+Green+Blue) = 19+49+234=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #1331EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1331EA is #ECCE15. Grayscale: #3C3C3C. Windows color (decimal): -15519254 or 15347987. OLE color: 15347987.
HSL color Cylindrical-coordinate representation of color #1331EA: hue angle of 231.63º 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 #1331EA is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 49 | 234 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.08 |
| HSL | 231.63º | 0.85% | 0.5% | - |
| HSV(B) | 231.63º | 0.92% | 0.92% | - |
| XYZ | 16.22 | 8.28 | 78.58 | - |
| YUV | 61.12 | 225.56 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 234 | 0.92 | 0.79 | 0 | 0.08 | 231.63 | 0.85 | 0.5 |
| Hex | 13 | 31 | EA | 5C | 4F | 0 | 8 | E8 | 55 | 32 |
| Octal | 23 | 61 | 352 | 134 | 117 | 0 | 10 | 350 | 125 | 62 |
| Binary | 10011 | 110001 | 11101010 | 1011100 | 1001111 | 0 | 1000 | 11101000 | 1010101 | 110010 |
Color Harmonies of #1331EA
Complementary color
Monochromatic Colors of #1331EA
Black with #1331EA
Text Example
Text Example
White with #1331EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1331EA; }
p { color: rgb(19,49,234); }
H1.HeaderClassName
{
color: #1331EA;
}
.AnyTagClassName
{
color: #1331EA;
}
</style>
background-color css
<style>
a { background-color: #1331EA; }
a { background-color: rgb(19,49,234); }
div.DivClassName
{
background-color: #1331EA;
}
.BgClassName
{
background-color: #1331EA;
}
</style>
border-color css
<style>
span { border-color: #1331EA; }
span { border-color: rgb(19,49,234); }
td.TdClassName
{
border-color: #1331EA;
}
.TagClassName
{
border-color: #1331EA;
}
</style>