Shades of Persian Blue #1931F1
Tints of Persian Blue #1931F1
RGB
CMYK
RGB Variations
Color information
#1931F1 (or 0x1931F1) is known color: Persian Blue. HEX triplet: 19, 31 and F1. RGB value is (25,49,241). Sum of RGB (Red+Green+Blue) = 25+49+241=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 241 (94.53% from 255 or 76.51% from 315); Max value from RGB is 241 - color contains mainly: blue. Hex color #1931F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1931F1 is #E6CE0E. Grayscale: #3E3E3E. Windows color (decimal): -15126031 or 15806745. OLE color: 15806745.
HSL color Cylindrical-coordinate representation of color #1931F1: hue angle of 233.33º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1931F1 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 49 | 241 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.05 |
| HSL | 233.33º | 0.89% | 0.52% | - |
| HSV(B) | 233.33º | 0.9% | 0.95% | - |
| XYZ | 17.38 | 8.75 | 83.99 | - |
| YUV | 63.71 | 228.05 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 241 | 0.90 | 0.80 | 0 | 0.05 | 233.33 | 0.89 | 0.52 |
| Hex | 19 | 31 | F1 | 5A | 50 | 0 | 5 | E9 | 59 | 34 |
| Octal | 31 | 61 | 361 | 132 | 120 | 0 | 5 | 351 | 131 | 64 |
| Binary | 11001 | 110001 | 11110001 | 1011010 | 1010000 | 0 | 101 | 11101001 | 1011001 | 110100 |
Color Harmonies of #1931F1
Complementary color
Monochromatic Colors of #1931F1
Black with #1931F1
Text Example
Text Example
White with #1931F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1931F1; }
p { color: rgb(25,49,241); }
H1.HeaderClassName
{
color: #1931F1;
}
.AnyTagClassName
{
color: #1931F1;
}
</style>
background-color css
<style>
a { background-color: #1931F1; }
a { background-color: rgb(25,49,241); }
div.DivClassName
{
background-color: #1931F1;
}
.BgClassName
{
background-color: #1931F1;
}
</style>
border-color css
<style>
span { border-color: #1931F1; }
span { border-color: rgb(25,49,241); }
td.TdClassName
{
border-color: #1931F1;
}
.TagClassName
{
border-color: #1931F1;
}
</style>