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