Shades of Persian Blue #1820DA
Tints of Persian Blue #1820DA
RGB
CMYK
RGB Variations
Color information
#1820DA (or 0x1820DA) is known color: Persian Blue. HEX triplet: 18, 20 and DA. RGB value is (24,32,218). Sum of RGB (Red+Green+Blue) = 24+32+218=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 218 (85.55% from 255 or 79.56% from 274); Max value from RGB is 218 - color contains mainly: blue. Hex color #1820DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1820DA is #E7DF25. Grayscale: #323232. Windows color (decimal): -15195942 or 14295064. OLE color: 14295064.
HSL color Cylindrical-coordinate representation of color #1820DA: hue angle of 237.53º 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 #1820DA is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 32 | 218 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.15 |
| HSL | 237.53º | 0.8% | 0.47% | - |
| HSV(B) | 237.53º | 0.89% | 0.85% | - |
| XYZ | 13.55 | 6.29 | 66.83 | - |
| YUV | 50.81 | 222.35 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 218 | 0.89 | 0.85 | 0 | 0.15 | 237.53 | 0.8 | 0.47 |
| Hex | 18 | 20 | DA | 59 | 55 | 0 | F | EE | 50 | 2F |
| Octal | 30 | 40 | 332 | 131 | 125 | 0 | 17 | 356 | 120 | 57 |
| Binary | 11000 | 100000 | 11011010 | 1011001 | 1010101 | 0 | 1111 | 11101110 | 1010000 | 101111 |
Color Harmonies of #1820DA
Complementary color
Monochromatic Colors of #1820DA
Black with #1820DA
Text Example
Text Example
White with #1820DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1820DA; }
p { color: rgb(24,32,218); }
H1.HeaderClassName
{
color: #1820DA;
}
.AnyTagClassName
{
color: #1820DA;
}
</style>
background-color css
<style>
a { background-color: #1820DA; }
a { background-color: rgb(24,32,218); }
div.DivClassName
{
background-color: #1820DA;
}
.BgClassName
{
background-color: #1820DA;
}
</style>
border-color css
<style>
span { border-color: #1820DA; }
span { border-color: rgb(24,32,218); }
td.TdClassName
{
border-color: #1820DA;
}
.TagClassName
{
border-color: #1820DA;
}
</style>