Shades of Persian Blue #1944DF
Tints of Persian Blue #1944DF
RGB
CMYK
RGB Variations
Color information
#1944DF (or 0x1944DF) is known color: Persian Blue. HEX triplet: 19, 44 and DF. RGB value is (25,68,223). Sum of RGB (Red+Green+Blue) = 25+68+223=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #1944DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1944DF is #E6BB20. Grayscale: #484848. Windows color (decimal): -15121185 or 14631961. OLE color: 14631961.
HSL color Cylindrical-coordinate representation of color #1944DF: hue angle of 226.97º 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 #1944DF is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 68 | 223 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.13 |
| HSL | 226.97º | 0.8% | 0.49% | - |
| HSV(B) | 226.97º | 0.89% | 0.87% | - |
| XYZ | 15.79 | 9.67 | 70.85 | - |
| YUV | 72.81 | 212.75 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 223 | 0.89 | 0.70 | 0 | 0.13 | 226.97 | 0.8 | 0.49 |
| Hex | 19 | 44 | DF | 59 | 46 | 0 | D | E3 | 50 | 31 |
| Octal | 31 | 104 | 337 | 131 | 106 | 0 | 15 | 343 | 120 | 61 |
| Binary | 11001 | 1000100 | 11011111 | 1011001 | 1000110 | 0 | 1101 | 11100011 | 1010000 | 110001 |
Color Harmonies of #1944DF
Complementary color
Monochromatic Colors of #1944DF
Black with #1944DF
Text Example
Text Example
White with #1944DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1944DF; }
p { color: rgb(25,68,223); }
H1.HeaderClassName
{
color: #1944DF;
}
.AnyTagClassName
{
color: #1944DF;
}
</style>
background-color css
<style>
a { background-color: #1944DF; }
a { background-color: rgb(25,68,223); }
div.DivClassName
{
background-color: #1944DF;
}
.BgClassName
{
background-color: #1944DF;
}
</style>
border-color css
<style>
span { border-color: #1944DF; }
span { border-color: rgb(25,68,223); }
td.TdClassName
{
border-color: #1944DF;
}
.TagClassName
{
border-color: #1944DF;
}
</style>