Shades of Persian Blue #1824DC
Tints of Persian Blue #1824DC
RGB
CMYK
RGB Variations
Color information
#1824DC (or 0x1824DC) is known color: Persian Blue. HEX triplet: 18, 24 and DC. RGB value is (24,36,220). Sum of RGB (Red+Green+Blue) = 24+36+220=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #1824DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824DC is #E7DB23. Grayscale: #343434. Windows color (decimal): -15194916 or 14427160. OLE color: 14427160.
HSL color Cylindrical-coordinate representation of color #1824DC: hue angle of 236.33º 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 #1824DC is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 36 | 220 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.14 |
| HSL | 236.33º | 0.8% | 0.48% | - |
| HSV(B) | 236.33º | 0.89% | 0.86% | - |
| XYZ | 13.93 | 6.62 | 68.25 | - |
| YUV | 53.39 | 222.02 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 220 | 0.89 | 0.84 | 0 | 0.14 | 236.33 | 0.8 | 0.48 |
| Hex | 18 | 24 | DC | 59 | 54 | 0 | E | EC | 50 | 30 |
| Octal | 30 | 44 | 334 | 131 | 124 | 0 | 16 | 354 | 120 | 60 |
| Binary | 11000 | 100100 | 11011100 | 1011001 | 1010100 | 0 | 1110 | 11101100 | 1010000 | 110000 |
Color Harmonies of #1824DC
Complementary color
Monochromatic Colors of #1824DC
Black with #1824DC
Text Example
Text Example
White with #1824DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824DC; }
p { color: rgb(24,36,220); }
H1.HeaderClassName
{
color: #1824DC;
}
.AnyTagClassName
{
color: #1824DC;
}
</style>
background-color css
<style>
a { background-color: #1824DC; }
a { background-color: rgb(24,36,220); }
div.DivClassName
{
background-color: #1824DC;
}
.BgClassName
{
background-color: #1824DC;
}
</style>
border-color css
<style>
span { border-color: #1824DC; }
span { border-color: rgb(24,36,220); }
td.TdClassName
{
border-color: #1824DC;
}
.TagClassName
{
border-color: #1824DC;
}
</style>