Shades of Persian Blue #1824DD
Tints of Persian Blue #1824DD
RGB
CMYK
RGB Variations
Color information
#1824DD (or 0x1824DD) is known color: Persian Blue. HEX triplet: 18, 24 and DD. RGB value is (24,36,221). Sum of RGB (Red+Green+Blue) = 24+36+221=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #1824DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824DD is #E7DB22. Grayscale: #343434. Windows color (decimal): -15194915 or 14492696. OLE color: 14492696.
HSL color Cylindrical-coordinate representation of color #1824DD: hue angle of 236.35º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1824DD is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 36 | 221 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.13 |
| HSL | 236.35º | 0.8% | 0.48% | - |
| HSV(B) | 236.35º | 0.89% | 0.87% | - |
| XYZ | 14.06 | 6.68 | 68.95 | - |
| YUV | 53.5 | 222.52 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 221 | 0.89 | 0.84 | 0 | 0.13 | 236.35 | 0.8 | 0.48 |
| Hex | 18 | 24 | DD | 59 | 54 | 0 | D | EC | 50 | 30 |
| Octal | 30 | 44 | 335 | 131 | 124 | 0 | 15 | 354 | 120 | 60 |
| Binary | 11000 | 100100 | 11011101 | 1011001 | 1010100 | 0 | 1101 | 11101100 | 1010000 | 110000 |
Color Harmonies of #1824DD
Complementary color
Monochromatic Colors of #1824DD
Black with #1824DD
Text Example
Text Example
White with #1824DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824DD; }
p { color: rgb(24,36,221); }
H1.HeaderClassName
{
color: #1824DD;
}
.AnyTagClassName
{
color: #1824DD;
}
</style>
background-color css
<style>
a { background-color: #1824DD; }
a { background-color: rgb(24,36,221); }
div.DivClassName
{
background-color: #1824DD;
}
.BgClassName
{
background-color: #1824DD;
}
</style>
border-color css
<style>
span { border-color: #1824DD; }
span { border-color: rgb(24,36,221); }
td.TdClassName
{
border-color: #1824DD;
}
.TagClassName
{
border-color: #1824DD;
}
</style>