Shades of Persian Blue #1829DB
Tints of Persian Blue #1829DB
RGB
CMYK
RGB Variations
Color information
#1829DB (or 0x1829DB) is known color: Persian Blue. HEX triplet: 18, 29 and DB. RGB value is (24,41,219). Sum of RGB (Red+Green+Blue) = 24+41+219=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #1829DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1829DB is #E7D624. Grayscale: #373737. Windows color (decimal): -15193637 or 14362904. OLE color: 14362904.
HSL color Cylindrical-coordinate representation of color #1829DB: hue angle of 234.77º 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 #1829DB is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 41 | 219 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.14 |
| HSL | 234.77º | 0.8% | 0.48% | - |
| HSV(B) | 234.77º | 0.89% | 0.86% | - |
| XYZ | 13.96 | 6.89 | 67.61 | - |
| YUV | 56.21 | 219.87 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 219 | 0.89 | 0.81 | 0 | 0.14 | 234.77 | 0.8 | 0.48 |
| Hex | 18 | 29 | DB | 59 | 51 | 0 | E | EB | 50 | 30 |
| Octal | 30 | 51 | 333 | 131 | 121 | 0 | 16 | 353 | 120 | 60 |
| Binary | 11000 | 101001 | 11011011 | 1011001 | 1010001 | 0 | 1110 | 11101011 | 1010000 | 110000 |
Color Harmonies of #1829DB
Complementary color
Monochromatic Colors of #1829DB
Black with #1829DB
Text Example
Text Example
White with #1829DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1829DB; }
p { color: rgb(24,41,219); }
H1.HeaderClassName
{
color: #1829DB;
}
.AnyTagClassName
{
color: #1829DB;
}
</style>
background-color css
<style>
a { background-color: #1829DB; }
a { background-color: rgb(24,41,219); }
div.DivClassName
{
background-color: #1829DB;
}
.BgClassName
{
background-color: #1829DB;
}
</style>
border-color css
<style>
span { border-color: #1829DB; }
span { border-color: rgb(24,41,219); }
td.TdClassName
{
border-color: #1829DB;
}
.TagClassName
{
border-color: #1829DB;
}
</style>