Shades of Persian Blue #1931DA
Tints of Persian Blue #1931DA
RGB
CMYK
RGB Variations
Color information
#1931DA (or 0x1931DA) is known color: Persian Blue. HEX triplet: 19, 31 and DA. RGB value is (25,49,218). Sum of RGB (Red+Green+Blue) = 25+49+218=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 218 (85.55% from 255 or 74.66% from 292); Max value from RGB is 218 - color contains mainly: blue. Hex color #1931DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1931DA is #E6CE25. Grayscale: #3C3C3C. Windows color (decimal): -15126054 or 14299417. OLE color: 14299417.
HSL color Cylindrical-coordinate representation of color #1931DA: hue angle of 232.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1931DA is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 49 | 218 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.15 |
| HSL | 232.54º | 0.79% | 0.48% | - |
| HSV(B) | 232.54º | 0.89% | 0.85% | - |
| XYZ | 14.15 | 7.47 | 67.02 | - |
| YUV | 61.09 | 216.55 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 218 | 0.89 | 0.78 | 0 | 0.15 | 232.54 | 0.79 | 0.48 |
| Hex | 19 | 31 | DA | 59 | 4E | 0 | F | E9 | 4F | 30 |
| Octal | 31 | 61 | 332 | 131 | 116 | 0 | 17 | 351 | 117 | 60 |
| Binary | 11001 | 110001 | 11011010 | 1011001 | 1001110 | 0 | 1111 | 11101001 | 1001111 | 110000 |
Color Harmonies of #1931DA
Complementary color
Monochromatic Colors of #1931DA
Black with #1931DA
Text Example
Text Example
White with #1931DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1931DA; }
p { color: rgb(25,49,218); }
H1.HeaderClassName
{
color: #1931DA;
}
.AnyTagClassName
{
color: #1931DA;
}
</style>
background-color css
<style>
a { background-color: #1931DA; }
a { background-color: rgb(25,49,218); }
div.DivClassName
{
background-color: #1931DA;
}
.BgClassName
{
background-color: #1931DA;
}
</style>
border-color css
<style>
span { border-color: #1931DA; }
span { border-color: rgb(25,49,218); }
td.TdClassName
{
border-color: #1931DA;
}
.TagClassName
{
border-color: #1931DA;
}
</style>