Shades of Persian Blue #1937F3
Tints of Persian Blue #1937F3
RGB
CMYK
RGB Variations
Color information
#1937F3 (or 0x1937F3) is known color: Persian Blue. HEX triplet: 19, 37 and F3. RGB value is (25,55,243). Sum of RGB (Red+Green+Blue) = 25+55+243=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 243 (95.31% from 255 or 75.23% from 323); Max value from RGB is 243 - color contains mainly: blue. Hex color #1937F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1937F3 is #E6C80C. Grayscale: #424242. Windows color (decimal): -15124493 or 15939353. OLE color: 15939353.
HSL color Cylindrical-coordinate representation of color #1937F3: hue angle of 231.74º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1937F3 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 55 | 243 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.05 |
| HSL | 231.74º | 0.9% | 0.53% | - |
| HSV(B) | 231.74º | 0.9% | 0.95% | - |
| XYZ | 17.94 | 9.41 | 85.66 | - |
| YUV | 67.46 | 227.06 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 243 | 0.90 | 0.77 | 0 | 0.05 | 231.74 | 0.9 | 0.53 |
| Hex | 19 | 37 | F3 | 5A | 4D | 0 | 5 | E8 | 5A | 35 |
| Octal | 31 | 67 | 363 | 132 | 115 | 0 | 5 | 350 | 132 | 65 |
| Binary | 11001 | 110111 | 11110011 | 1011010 | 1001101 | 0 | 101 | 11101000 | 1011010 | 110101 |
Color Harmonies of #1937F3
Complementary color
Monochromatic Colors of #1937F3
Black with #1937F3
Text Example
Text Example
White with #1937F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1937F3; }
p { color: rgb(25,55,243); }
H1.HeaderClassName
{
color: #1937F3;
}
.AnyTagClassName
{
color: #1937F3;
}
</style>
background-color css
<style>
a { background-color: #1937F3; }
a { background-color: rgb(25,55,243); }
div.DivClassName
{
background-color: #1937F3;
}
.BgClassName
{
background-color: #1937F3;
}
</style>
border-color css
<style>
span { border-color: #1937F3; }
span { border-color: rgb(25,55,243); }
td.TdClassName
{
border-color: #1937F3;
}
.TagClassName
{
border-color: #1937F3;
}
</style>