Shades of Persian Blue #1821DA
Tints of Persian Blue #1821DA
RGB
CMYK
RGB Variations
Color information
#1821DA (or 0x1821DA) is known color: Persian Blue. HEX triplet: 18, 21 and DA. RGB value is (24,33,218). Sum of RGB (Red+Green+Blue) = 24+33+218=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 218 (85.55% from 255 or 79.27% from 275); Max value from RGB is 218 - color contains mainly: blue. Hex color #1821DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1821DA is #E7DE25. Grayscale: #323232. Windows color (decimal): -15195686 or 14295320. OLE color: 14295320.
HSL color Cylindrical-coordinate representation of color #1821DA: hue angle of 237.22º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1821DA is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 33 | 218 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.15 |
| HSL | 237.22º | 0.8% | 0.47% | - |
| HSV(B) | 237.22º | 0.89% | 0.85% | - |
| XYZ | 13.58 | 6.34 | 66.84 | - |
| YUV | 51.4 | 222.02 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 218 | 0.89 | 0.85 | 0 | 0.15 | 237.22 | 0.8 | 0.47 |
| Hex | 18 | 21 | DA | 59 | 55 | 0 | F | ED | 50 | 2F |
| Octal | 30 | 41 | 332 | 131 | 125 | 0 | 17 | 355 | 120 | 57 |
| Binary | 11000 | 100001 | 11011010 | 1011001 | 1010101 | 0 | 1111 | 11101101 | 1010000 | 101111 |
Color Harmonies of #1821DA
Complementary color
Monochromatic Colors of #1821DA
Black with #1821DA
Text Example
Text Example
White with #1821DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1821DA; }
p { color: rgb(24,33,218); }
H1.HeaderClassName
{
color: #1821DA;
}
.AnyTagClassName
{
color: #1821DA;
}
</style>
background-color css
<style>
a { background-color: #1821DA; }
a { background-color: rgb(24,33,218); }
div.DivClassName
{
background-color: #1821DA;
}
.BgClassName
{
background-color: #1821DA;
}
</style>
border-color css
<style>
span { border-color: #1821DA; }
span { border-color: rgb(24,33,218); }
td.TdClassName
{
border-color: #1821DA;
}
.TagClassName
{
border-color: #1821DA;
}
</style>