Shades of Persian Blue #1928DF
Tints of Persian Blue #1928DF
RGB
CMYK
RGB Variations
Color information
#1928DF (or 0x1928DF) is known color: Persian Blue. HEX triplet: 19, 28 and DF. RGB value is (25,40,223). Sum of RGB (Red+Green+Blue) = 25+40+223=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #1928DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1928DF is #E6D720. Grayscale: #373737. Windows color (decimal): -15128353 or 14624793. OLE color: 14624793.
HSL color Cylindrical-coordinate representation of color #1928DF: hue angle of 235.45º 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 #1928DF is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 40 | 223 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.13 |
| HSL | 235.45º | 0.8% | 0.49% | - |
| HSV(B) | 235.45º | 0.89% | 0.87% | - |
| XYZ | 14.48 | 7.05 | 70.41 | - |
| YUV | 56.38 | 222.03 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 223 | 0.89 | 0.82 | 0 | 0.13 | 235.45 | 0.8 | 0.49 |
| Hex | 19 | 28 | DF | 59 | 52 | 0 | D | EB | 50 | 31 |
| Octal | 31 | 50 | 337 | 131 | 122 | 0 | 15 | 353 | 120 | 61 |
| Binary | 11001 | 101000 | 11011111 | 1011001 | 1010010 | 0 | 1101 | 11101011 | 1010000 | 110001 |
Color Harmonies of #1928DF
Complementary color
Monochromatic Colors of #1928DF
Black with #1928DF
Text Example
Text Example
White with #1928DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1928DF; }
p { color: rgb(25,40,223); }
H1.HeaderClassName
{
color: #1928DF;
}
.AnyTagClassName
{
color: #1928DF;
}
</style>
background-color css
<style>
a { background-color: #1928DF; }
a { background-color: rgb(25,40,223); }
div.DivClassName
{
background-color: #1928DF;
}
.BgClassName
{
background-color: #1928DF;
}
</style>
border-color css
<style>
span { border-color: #1928DF; }
span { border-color: rgb(25,40,223); }
td.TdClassName
{
border-color: #1928DF;
}
.TagClassName
{
border-color: #1928DF;
}
</style>