Shades of Persian Blue #1934DF
Tints of Persian Blue #1934DF
RGB
CMYK
RGB Variations
Color information
#1934DF (or 0x1934DF) is known color: Persian Blue. HEX triplet: 19, 34 and DF. RGB value is (25,52,223). Sum of RGB (Red+Green+Blue) = 25+52+223=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #1934DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1934DF is #E6CB20. Grayscale: #3E3E3E. Windows color (decimal): -15125281 or 14627865. OLE color: 14627865.
HSL color Cylindrical-coordinate representation of color #1934DF: hue angle of 231.82º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1934DF is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 52 | 223 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.13 |
| HSL | 231.82º | 0.8% | 0.49% | - |
| HSV(B) | 231.82º | 0.89% | 0.87% | - |
| XYZ | 14.95 | 7.99 | 70.57 | - |
| YUV | 63.42 | 218.05 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 223 | 0.89 | 0.77 | 0 | 0.13 | 231.82 | 0.8 | 0.49 |
| Hex | 19 | 34 | DF | 59 | 4D | 0 | D | E8 | 50 | 31 |
| Octal | 31 | 64 | 337 | 131 | 115 | 0 | 15 | 350 | 120 | 61 |
| Binary | 11001 | 110100 | 11011111 | 1011001 | 1001101 | 0 | 1101 | 11101000 | 1010000 | 110001 |
Color Harmonies of #1934DF
Complementary color
Monochromatic Colors of #1934DF
Black with #1934DF
Text Example
Text Example
White with #1934DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1934DF; }
p { color: rgb(25,52,223); }
H1.HeaderClassName
{
color: #1934DF;
}
.AnyTagClassName
{
color: #1934DF;
}
</style>
background-color css
<style>
a { background-color: #1934DF; }
a { background-color: rgb(25,52,223); }
div.DivClassName
{
background-color: #1934DF;
}
.BgClassName
{
background-color: #1934DF;
}
</style>
border-color css
<style>
span { border-color: #1934DF; }
span { border-color: rgb(25,52,223); }
td.TdClassName
{
border-color: #1934DF;
}
.TagClassName
{
border-color: #1934DF;
}
</style>