Shades of Persian Blue #1935EE
Tints of Persian Blue #1935EE
RGB
CMYK
RGB Variations
Color information
#1935EE (or 0x1935EE) is known color: Persian Blue. HEX triplet: 19, 35 and EE. RGB value is (25,53,238). Sum of RGB (Red+Green+Blue) = 25+53+238=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #1935EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1935EE is #E6CA11. Grayscale: #404040. Windows color (decimal): -15125010 or 15611161. OLE color: 15611161.
HSL color Cylindrical-coordinate representation of color #1935EE: hue angle of 232.11º 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 #1935EE is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 53 | 238 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.07 |
| HSL | 232.11º | 0.86% | 0.52% | - |
| HSV(B) | 232.11º | 0.89% | 0.93% | - |
| XYZ | 17.11 | 8.93 | 81.71 | - |
| YUV | 65.72 | 225.22 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 238 | 0.89 | 0.78 | 0 | 0.07 | 232.11 | 0.86 | 0.52 |
| Hex | 19 | 35 | EE | 59 | 4E | 0 | 7 | E8 | 56 | 34 |
| Octal | 31 | 65 | 356 | 131 | 116 | 0 | 7 | 350 | 126 | 64 |
| Binary | 11001 | 110101 | 11101110 | 1011001 | 1001110 | 0 | 111 | 11101000 | 1010110 | 110100 |
Color Harmonies of #1935EE
Complementary color
Monochromatic Colors of #1935EE
Black with #1935EE
Text Example
Text Example
White with #1935EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1935EE; }
p { color: rgb(25,53,238); }
H1.HeaderClassName
{
color: #1935EE;
}
.AnyTagClassName
{
color: #1935EE;
}
</style>
background-color css
<style>
a { background-color: #1935EE; }
a { background-color: rgb(25,53,238); }
div.DivClassName
{
background-color: #1935EE;
}
.BgClassName
{
background-color: #1935EE;
}
</style>
border-color css
<style>
span { border-color: #1935EE; }
span { border-color: rgb(25,53,238); }
td.TdClassName
{
border-color: #1935EE;
}
.TagClassName
{
border-color: #1935EE;
}
</style>