Shades of Persian Blue #1824D3
Tints of Persian Blue #1824D3
RGB
CMYK
RGB Variations
Color information
#1824D3 (or 0x1824D3) is known color: Persian Blue. HEX triplet: 18, 24 and D3. RGB value is (24,36,211). Sum of RGB (Red+Green+Blue) = 24+36+211=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 211 (82.81% from 255 or 77.86% from 271); Max value from RGB is 211 - color contains mainly: blue. Hex color #1824D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824D3 is #E7DB2C. Grayscale: #333333. Windows color (decimal): -15194925 or 13837336. OLE color: 13837336.
HSL color Cylindrical-coordinate representation of color #1824D3: hue angle of 236.15º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1824D3 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 36 | 211 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.17 |
| HSL | 236.15º | 0.8% | 0.46% | - |
| HSV(B) | 236.15º | 0.89% | 0.83% | - |
| XYZ | 12.77 | 6.16 | 62.14 | - |
| YUV | 52.36 | 217.52 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 211 | 0.89 | 0.83 | 0 | 0.17 | 236.15 | 0.8 | 0.46 |
| Hex | 18 | 24 | D3 | 59 | 53 | 0 | 11 | EC | 50 | 2E |
| Octal | 30 | 44 | 323 | 131 | 123 | 0 | 21 | 354 | 120 | 56 |
| Binary | 11000 | 100100 | 11010011 | 1011001 | 1010011 | 0 | 10001 | 11101100 | 1010000 | 101110 |
Color Harmonies of #1824D3
Complementary color
Monochromatic Colors of #1824D3
Black with #1824D3
Text Example
Text Example
White with #1824D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824D3; }
p { color: rgb(24,36,211); }
H1.HeaderClassName
{
color: #1824D3;
}
.AnyTagClassName
{
color: #1824D3;
}
</style>
background-color css
<style>
a { background-color: #1824D3; }
a { background-color: rgb(24,36,211); }
div.DivClassName
{
background-color: #1824D3;
}
.BgClassName
{
background-color: #1824D3;
}
</style>
border-color css
<style>
span { border-color: #1824D3; }
span { border-color: rgb(24,36,211); }
td.TdClassName
{
border-color: #1824D3;
}
.TagClassName
{
border-color: #1824D3;
}
</style>