Shades of Persian Blue #1824CF
Tints of Persian Blue #1824CF
RGB
CMYK
RGB Variations
Color information
#1824CF (or 0x1824CF) is known color: Persian Blue. HEX triplet: 18, 24 and CF. RGB value is (24,36,207). Sum of RGB (Red+Green+Blue) = 24+36+207=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #1824CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824CF is #E7DB30. Grayscale: #333333. Windows color (decimal): -15194929 or 13575192. OLE color: 13575192.
HSL color Cylindrical-coordinate representation of color #1824CF: hue angle of 236.07º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1824CF is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 36 | 207 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.19 |
| HSL | 236.07º | 0.79% | 0.45% | - |
| HSV(B) | 236.07º | 0.88% | 0.81% | - |
| XYZ | 12.27 | 5.96 | 59.54 | - |
| YUV | 51.91 | 215.52 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 207 | 0.88 | 0.83 | 0 | 0.19 | 236.07 | 0.79 | 0.45 |
| Hex | 18 | 24 | CF | 58 | 53 | 0 | 13 | EC | 4F | 2D |
| Octal | 30 | 44 | 317 | 130 | 123 | 0 | 23 | 354 | 117 | 55 |
| Binary | 11000 | 100100 | 11001111 | 1011000 | 1010011 | 0 | 10011 | 11101100 | 1001111 | 101101 |
Color Harmonies of #1824CF
Complementary color
Monochromatic Colors of #1824CF
Black with #1824CF
Text Example
Text Example
White with #1824CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824CF; }
p { color: rgb(24,36,207); }
H1.HeaderClassName
{
color: #1824CF;
}
.AnyTagClassName
{
color: #1824CF;
}
</style>
background-color css
<style>
a { background-color: #1824CF; }
a { background-color: rgb(24,36,207); }
div.DivClassName
{
background-color: #1824CF;
}
.BgClassName
{
background-color: #1824CF;
}
</style>
border-color css
<style>
span { border-color: #1824CF; }
span { border-color: rgb(24,36,207); }
td.TdClassName
{
border-color: #1824CF;
}
.TagClassName
{
border-color: #1824CF;
}
</style>