Shades of Persian Blue #1942F1
Tints of Persian Blue #1942F1
RGB
CMYK
RGB Variations
Color information
#1942F1 (or 0x1942F1) is known color: Persian Blue. HEX triplet: 19, 42 and F1. RGB value is (25,66,241). Sum of RGB (Red+Green+Blue) = 25+66+241=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #1942F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1942F1 is #E6BD0E. Grayscale: #484848. Windows color (decimal): -15121679 or 15811097. OLE color: 15811097.
HSL color Cylindrical-coordinate representation of color #1942F1: hue angle of 228.61º 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 #1942F1 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 66 | 241 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.05 |
| HSL | 228.61º | 0.89% | 0.52% | - |
| HSV(B) | 228.61º | 0.9% | 0.95% | - |
| XYZ | 18.23 | 10.45 | 84.28 | - |
| YUV | 73.69 | 222.42 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 241 | 0.90 | 0.73 | 0 | 0.05 | 228.61 | 0.89 | 0.52 |
| Hex | 19 | 42 | F1 | 5A | 49 | 0 | 5 | E5 | 59 | 34 |
| Octal | 31 | 102 | 361 | 132 | 111 | 0 | 5 | 345 | 131 | 64 |
| Binary | 11001 | 1000010 | 11110001 | 1011010 | 1001001 | 0 | 101 | 11100101 | 1011001 | 110100 |
Color Harmonies of #1942F1
Complementary color
Monochromatic Colors of #1942F1
Black with #1942F1
Text Example
Text Example
White with #1942F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942F1; }
p { color: rgb(25,66,241); }
H1.HeaderClassName
{
color: #1942F1;
}
.AnyTagClassName
{
color: #1942F1;
}
</style>
background-color css
<style>
a { background-color: #1942F1; }
a { background-color: rgb(25,66,241); }
div.DivClassName
{
background-color: #1942F1;
}
.BgClassName
{
background-color: #1942F1;
}
</style>
border-color css
<style>
span { border-color: #1942F1; }
span { border-color: rgb(25,66,241); }
td.TdClassName
{
border-color: #1942F1;
}
.TagClassName
{
border-color: #1942F1;
}
</style>