Shades of Persian Blue #1939F2
Tints of Persian Blue #1939F2
RGB
CMYK
RGB Variations
Color information
#1939F2 (or 0x1939F2) is known color: Persian Blue. HEX triplet: 19, 39 and F2. RGB value is (25,57,242). Sum of RGB (Red+Green+Blue) = 25+57+242=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 242 (94.92% from 255 or 74.69% from 324); Max value from RGB is 242 - color contains mainly: blue. Hex color #1939F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1939F2 is #E6C60D. Grayscale: #434343. Windows color (decimal): -15123982 or 15874329. OLE color: 15874329.
HSL color Cylindrical-coordinate representation of color #1939F2: hue angle of 231.15º 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 #1939F2 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 57 | 242 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.05 |
| HSL | 231.15º | 0.89% | 0.52% | - |
| HSV(B) | 231.15º | 0.9% | 0.95% | - |
| XYZ | 17.89 | 9.54 | 84.9 | - |
| YUV | 68.52 | 225.9 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 242 | 0.90 | 0.76 | 0 | 0.05 | 231.15 | 0.89 | 0.52 |
| Hex | 19 | 39 | F2 | 5A | 4C | 0 | 5 | E7 | 59 | 34 |
| Octal | 31 | 71 | 362 | 132 | 114 | 0 | 5 | 347 | 131 | 64 |
| Binary | 11001 | 111001 | 11110010 | 1011010 | 1001100 | 0 | 101 | 11100111 | 1011001 | 110100 |
Color Harmonies of #1939F2
Complementary color
Monochromatic Colors of #1939F2
Black with #1939F2
Text Example
Text Example
White with #1939F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1939F2; }
p { color: rgb(25,57,242); }
H1.HeaderClassName
{
color: #1939F2;
}
.AnyTagClassName
{
color: #1939F2;
}
</style>
background-color css
<style>
a { background-color: #1939F2; }
a { background-color: rgb(25,57,242); }
div.DivClassName
{
background-color: #1939F2;
}
.BgClassName
{
background-color: #1939F2;
}
</style>
border-color css
<style>
span { border-color: #1939F2; }
span { border-color: rgb(25,57,242); }
td.TdClassName
{
border-color: #1939F2;
}
.TagClassName
{
border-color: #1939F2;
}
</style>