Shades of Persian Blue #1829DC
Tints of Persian Blue #1829DC
RGB
CMYK
RGB Variations
Color information
#1829DC (or 0x1829DC) is known color: Persian Blue. HEX triplet: 18, 29 and DC. RGB value is (24,41,220). Sum of RGB (Red+Green+Blue) = 24+41+220=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #1829DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1829DC is #E7D623. Grayscale: #373737. Windows color (decimal): -15193636 or 14428440. OLE color: 14428440.
HSL color Cylindrical-coordinate representation of color #1829DC: hue angle of 234.8º 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 #1829DC is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 41 | 220 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.14 |
| HSL | 234.8º | 0.8% | 0.48% | - |
| HSV(B) | 234.8º | 0.89% | 0.86% | - |
| XYZ | 14.09 | 6.95 | 68.31 | - |
| YUV | 56.32 | 220.37 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 220 | 0.89 | 0.81 | 0 | 0.14 | 234.8 | 0.8 | 0.48 |
| Hex | 18 | 29 | DC | 59 | 51 | 0 | E | EB | 50 | 30 |
| Octal | 30 | 51 | 334 | 131 | 121 | 0 | 16 | 353 | 120 | 60 |
| Binary | 11000 | 101001 | 11011100 | 1011001 | 1010001 | 0 | 1110 | 11101011 | 1010000 | 110000 |
Color Harmonies of #1829DC
Complementary color
Monochromatic Colors of #1829DC
Black with #1829DC
Text Example
Text Example
White with #1829DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1829DC; }
p { color: rgb(24,41,220); }
H1.HeaderClassName
{
color: #1829DC;
}
.AnyTagClassName
{
color: #1829DC;
}
</style>
background-color css
<style>
a { background-color: #1829DC; }
a { background-color: rgb(24,41,220); }
div.DivClassName
{
background-color: #1829DC;
}
.BgClassName
{
background-color: #1829DC;
}
</style>
border-color css
<style>
span { border-color: #1829DC; }
span { border-color: rgb(24,41,220); }
td.TdClassName
{
border-color: #1829DC;
}
.TagClassName
{
border-color: #1829DC;
}
</style>