Shades of Persian Blue #1947D9
Tints of Persian Blue #1947D9
RGB
CMYK
RGB Variations
Color information
#1947D9 (or 0x1947D9) is known color: Persian Blue. HEX triplet: 19, 47 and D9. RGB value is (25,71,217). Sum of RGB (Red+Green+Blue) = 25+71+217=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 217 (85.16% from 255 or 69.33% from 313); Max value from RGB is 217 - color contains mainly: blue. Hex color #1947D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1947D9 is #E6B826. Grayscale: #494949. Windows color (decimal): -15120423 or 14239513. OLE color: 14239513.
HSL color Cylindrical-coordinate representation of color #1947D9: hue angle of 225.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1947D9 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 71 | 217 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.15 |
| HSL | 225.63º | 0.79% | 0.47% | - |
| HSV(B) | 225.63º | 0.88% | 0.85% | - |
| XYZ | 15.18 | 9.72 | 66.72 | - |
| YUV | 73.89 | 208.76 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 217 | 0.88 | 0.67 | 0 | 0.15 | 225.63 | 0.79 | 0.47 |
| Hex | 19 | 47 | D9 | 58 | 43 | 0 | F | E2 | 4F | 2F |
| Octal | 31 | 107 | 331 | 130 | 103 | 0 | 17 | 342 | 117 | 57 |
| Binary | 11001 | 1000111 | 11011001 | 1011000 | 1000011 | 0 | 1111 | 11100010 | 1001111 | 101111 |
Color Harmonies of #1947D9
Complementary color
Monochromatic Colors of #1947D9
Black with #1947D9
Text Example
Text Example
White with #1947D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1947D9; }
p { color: rgb(25,71,217); }
H1.HeaderClassName
{
color: #1947D9;
}
.AnyTagClassName
{
color: #1947D9;
}
</style>
background-color css
<style>
a { background-color: #1947D9; }
a { background-color: rgb(25,71,217); }
div.DivClassName
{
background-color: #1947D9;
}
.BgClassName
{
background-color: #1947D9;
}
</style>
border-color css
<style>
span { border-color: #1947D9; }
span { border-color: rgb(25,71,217); }
td.TdClassName
{
border-color: #1947D9;
}
.TagClassName
{
border-color: #1947D9;
}
</style>