Shades of Persian Blue #1822DC
Tints of Persian Blue #1822DC
RGB
CMYK
RGB Variations
Color information
#1822DC (or 0x1822DC) is known color: Persian Blue. HEX triplet: 18, 22 and DC. RGB value is (24,34,220). Sum of RGB (Red+Green+Blue) = 24+34+220=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #1822DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1822DC is #E7DD23. Grayscale: #333333. Windows color (decimal): -15195428 or 14426648. OLE color: 14426648.
HSL color Cylindrical-coordinate representation of color #1822DC: hue angle of 236.94º 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 #1822DC is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 34 | 220 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.14 |
| HSL | 236.94º | 0.8% | 0.48% | - |
| HSV(B) | 236.94º | 0.89% | 0.86% | - |
| XYZ | 13.87 | 6.51 | 68.23 | - |
| YUV | 52.21 | 222.69 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 220 | 0.89 | 0.85 | 0 | 0.14 | 236.94 | 0.8 | 0.48 |
| Hex | 18 | 22 | DC | 59 | 55 | 0 | E | ED | 50 | 30 |
| Octal | 30 | 42 | 334 | 131 | 125 | 0 | 16 | 355 | 120 | 60 |
| Binary | 11000 | 100010 | 11011100 | 1011001 | 1010101 | 0 | 1110 | 11101101 | 1010000 | 110000 |
Color Harmonies of #1822DC
Complementary color
Monochromatic Colors of #1822DC
Black with #1822DC
Text Example
Text Example
White with #1822DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1822DC; }
p { color: rgb(24,34,220); }
H1.HeaderClassName
{
color: #1822DC;
}
.AnyTagClassName
{
color: #1822DC;
}
</style>
background-color css
<style>
a { background-color: #1822DC; }
a { background-color: rgb(24,34,220); }
div.DivClassName
{
background-color: #1822DC;
}
.BgClassName
{
background-color: #1822DC;
}
</style>
border-color css
<style>
span { border-color: #1822DC; }
span { border-color: rgb(24,34,220); }
td.TdClassName
{
border-color: #1822DC;
}
.TagClassName
{
border-color: #1822DC;
}
</style>