Shades of Persian Blue #1937EB
Tints of Persian Blue #1937EB
RGB
CMYK
RGB Variations
Color information
#1937EB (or 0x1937EB) is known color: Persian Blue. HEX triplet: 19, 37 and EB. RGB value is (25,55,235). Sum of RGB (Red+Green+Blue) = 25+55+235=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #1937EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1937EB is #E6C814. Grayscale: #414141. Windows color (decimal): -15124501 or 15415065. OLE color: 15415065.
HSL color Cylindrical-coordinate representation of color #1937EB: hue angle of 231.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1937EB is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 55 | 235 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.08 |
| HSL | 231.43º | 0.84% | 0.51% | - |
| HSV(B) | 231.43º | 0.89% | 0.92% | - |
| XYZ | 16.76 | 8.94 | 79.44 | - |
| YUV | 66.55 | 223.06 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 235 | 0.89 | 0.77 | 0 | 0.08 | 231.43 | 0.84 | 0.51 |
| Hex | 19 | 37 | EB | 59 | 4D | 0 | 8 | E7 | 54 | 33 |
| Octal | 31 | 67 | 353 | 131 | 115 | 0 | 10 | 347 | 124 | 63 |
| Binary | 11001 | 110111 | 11101011 | 1011001 | 1001101 | 0 | 1000 | 11100111 | 1010100 | 110011 |
Color Harmonies of #1937EB
Complementary color
Monochromatic Colors of #1937EB
Black with #1937EB
Text Example
Text Example
White with #1937EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1937EB; }
p { color: rgb(25,55,235); }
H1.HeaderClassName
{
color: #1937EB;
}
.AnyTagClassName
{
color: #1937EB;
}
</style>
background-color css
<style>
a { background-color: #1937EB; }
a { background-color: rgb(25,55,235); }
div.DivClassName
{
background-color: #1937EB;
}
.BgClassName
{
background-color: #1937EB;
}
</style>
border-color css
<style>
span { border-color: #1937EB; }
span { border-color: rgb(25,55,235); }
td.TdClassName
{
border-color: #1937EB;
}
.TagClassName
{
border-color: #1937EB;
}
</style>