Shades of Persian Blue #1929DB
Tints of Persian Blue #1929DB
RGB
CMYK
RGB Variations
Color information
#1929DB (or 0x1929DB) is known color: Persian Blue. HEX triplet: 19, 29 and DB. RGB value is (25,41,219). Sum of RGB (Red+Green+Blue) = 25+41+219=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #1929DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1929DB is #E6D624. Grayscale: #373737. Windows color (decimal): -15128101 or 14362905. OLE color: 14362905.
HSL color Cylindrical-coordinate representation of color #1929DB: hue angle of 235.05º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1929DB is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 41 | 219 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.14 |
| HSL | 235.05º | 0.8% | 0.48% | - |
| HSV(B) | 235.05º | 0.89% | 0.86% | - |
| XYZ | 13.98 | 6.91 | 67.61 | - |
| YUV | 56.51 | 219.7 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 219 | 0.89 | 0.81 | 0 | 0.14 | 235.05 | 0.8 | 0.48 |
| Hex | 19 | 29 | DB | 59 | 51 | 0 | E | EB | 50 | 30 |
| Octal | 31 | 51 | 333 | 131 | 121 | 0 | 16 | 353 | 120 | 60 |
| Binary | 11001 | 101001 | 11011011 | 1011001 | 1010001 | 0 | 1110 | 11101011 | 1010000 | 110000 |
Color Harmonies of #1929DB
Complementary color
Monochromatic Colors of #1929DB
Black with #1929DB
Text Example
Text Example
White with #1929DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1929DB; }
p { color: rgb(25,41,219); }
H1.HeaderClassName
{
color: #1929DB;
}
.AnyTagClassName
{
color: #1929DB;
}
</style>
background-color css
<style>
a { background-color: #1929DB; }
a { background-color: rgb(25,41,219); }
div.DivClassName
{
background-color: #1929DB;
}
.BgClassName
{
background-color: #1929DB;
}
</style>
border-color css
<style>
span { border-color: #1929DB; }
span { border-color: rgb(25,41,219); }
td.TdClassName
{
border-color: #1929DB;
}
.TagClassName
{
border-color: #1929DB;
}
</style>