Shades of Persian Blue #1932DB
Tints of Persian Blue #1932DB
RGB
CMYK
RGB Variations
Color information
#1932DB (or 0x1932DB) is known color: Persian Blue. HEX triplet: 19, 32 and DB. RGB value is (25,50,219). Sum of RGB (Red+Green+Blue) = 25+50+219=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #1932DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1932DB is #E6CD24. Grayscale: #3D3D3D. Windows color (decimal): -15125797 or 14365209. OLE color: 14365209.
HSL color Cylindrical-coordinate representation of color #1932DB: hue angle of 232.27º 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 #1932DB is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 50 | 219 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.14 |
| HSL | 232.27º | 0.8% | 0.48% | - |
| HSV(B) | 232.27º | 0.89% | 0.86% | - |
| XYZ | 14.33 | 7.6 | 67.73 | - |
| YUV | 61.79 | 216.72 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 219 | 0.89 | 0.77 | 0 | 0.14 | 232.27 | 0.8 | 0.48 |
| Hex | 19 | 32 | DB | 59 | 4D | 0 | E | E8 | 50 | 30 |
| Octal | 31 | 62 | 333 | 131 | 115 | 0 | 16 | 350 | 120 | 60 |
| Binary | 11001 | 110010 | 11011011 | 1011001 | 1001101 | 0 | 1110 | 11101000 | 1010000 | 110000 |
Color Harmonies of #1932DB
Complementary color
Monochromatic Colors of #1932DB
Black with #1932DB
Text Example
Text Example
White with #1932DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1932DB; }
p { color: rgb(25,50,219); }
H1.HeaderClassName
{
color: #1932DB;
}
.AnyTagClassName
{
color: #1932DB;
}
</style>
background-color css
<style>
a { background-color: #1932DB; }
a { background-color: rgb(25,50,219); }
div.DivClassName
{
background-color: #1932DB;
}
.BgClassName
{
background-color: #1932DB;
}
</style>
border-color css
<style>
span { border-color: #1932DB; }
span { border-color: rgb(25,50,219); }
td.TdClassName
{
border-color: #1932DB;
}
.TagClassName
{
border-color: #1932DB;
}
</style>