Shades of Persian Blue #1931EE
Tints of Persian Blue #1931EE
RGB
CMYK
RGB Variations
Color information
#1931EE (or 0x1931EE) is known color: Persian Blue. HEX triplet: 19, 31 and EE. RGB value is (25,49,238). Sum of RGB (Red+Green+Blue) = 25+49+238=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #1931EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1931EE is #E6CE11. Grayscale: #3E3E3E. Windows color (decimal): -15126034 or 15610137. OLE color: 15610137.
HSL color Cylindrical-coordinate representation of color #1931EE: hue angle of 233.24º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1931EE is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 49 | 238 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.07 |
| HSL | 233.24º | 0.86% | 0.52% | - |
| HSV(B) | 233.24º | 0.89% | 0.93% | - |
| XYZ | 16.93 | 8.58 | 81.65 | - |
| YUV | 63.37 | 226.55 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 238 | 0.89 | 0.79 | 0 | 0.07 | 233.24 | 0.86 | 0.52 |
| Hex | 19 | 31 | EE | 59 | 4F | 0 | 7 | E9 | 56 | 34 |
| Octal | 31 | 61 | 356 | 131 | 117 | 0 | 7 | 351 | 126 | 64 |
| Binary | 11001 | 110001 | 11101110 | 1011001 | 1001111 | 0 | 111 | 11101001 | 1010110 | 110100 |
Color Harmonies of #1931EE
Complementary color
Monochromatic Colors of #1931EE
Black with #1931EE
Text Example
Text Example
White with #1931EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1931EE; }
p { color: rgb(25,49,238); }
H1.HeaderClassName
{
color: #1931EE;
}
.AnyTagClassName
{
color: #1931EE;
}
</style>
background-color css
<style>
a { background-color: #1931EE; }
a { background-color: rgb(25,49,238); }
div.DivClassName
{
background-color: #1931EE;
}
.BgClassName
{
background-color: #1931EE;
}
</style>
border-color css
<style>
span { border-color: #1931EE; }
span { border-color: rgb(25,49,238); }
td.TdClassName
{
border-color: #1931EE;
}
.TagClassName
{
border-color: #1931EE;
}
</style>