Shades of Persian Blue #1824C9
Tints of Persian Blue #1824C9
RGB
CMYK
RGB Variations
Color information
#1824C9 (or 0x1824C9) is known color: Persian Blue. HEX triplet: 18, 24 and C9. RGB value is (24,36,201). Sum of RGB (Red+Green+Blue) = 24+36+201=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 201 (78.91% from 255 or 77.01% from 261); Max value from RGB is 201 - color contains mainly: blue. Hex color #1824C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824C9 is #E7DB36. Grayscale: #323232. Windows color (decimal): -15194935 or 13181976. OLE color: 13181976.
HSL color Cylindrical-coordinate representation of color #1824C9: hue angle of 235.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1824C9 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 36 | 201 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.21 |
| HSL | 235.93º | 0.79% | 0.44% | - |
| HSV(B) | 235.93º | 0.88% | 0.79% | - |
| XYZ | 11.55 | 5.67 | 55.74 | - |
| YUV | 51.22 | 212.52 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 201 | 0.88 | 0.82 | 0 | 0.21 | 235.93 | 0.79 | 0.44 |
| Hex | 18 | 24 | C9 | 58 | 52 | 0 | 15 | EC | 4F | 2C |
| Octal | 30 | 44 | 311 | 130 | 122 | 0 | 25 | 354 | 117 | 54 |
| Binary | 11000 | 100100 | 11001001 | 1011000 | 1010010 | 0 | 10101 | 11101100 | 1001111 | 101100 |
Color Harmonies of #1824C9
Complementary color
Monochromatic Colors of #1824C9
Black with #1824C9
Text Example
Text Example
White with #1824C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824C9; }
p { color: rgb(24,36,201); }
H1.HeaderClassName
{
color: #1824C9;
}
.AnyTagClassName
{
color: #1824C9;
}
</style>
background-color css
<style>
a { background-color: #1824C9; }
a { background-color: rgb(24,36,201); }
div.DivClassName
{
background-color: #1824C9;
}
.BgClassName
{
background-color: #1824C9;
}
</style>
border-color css
<style>
span { border-color: #1824C9; }
span { border-color: rgb(24,36,201); }
td.TdClassName
{
border-color: #1824C9;
}
.TagClassName
{
border-color: #1824C9;
}
</style>