Shades of Persian Blue #1224CA
Tints of Persian Blue #1224CA
RGB
CMYK
RGB Variations
Color information
#1224CA (or 0x1224CA) is known color: Persian Blue. HEX triplet: 12, 24 and CA. RGB value is (18,36,202). Sum of RGB (Red+Green+Blue) = 18+36+202=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #1224CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1224CA is #EDDB35. Grayscale: #303030. Windows color (decimal): -15588150 or 13247506. OLE color: 13247506.
HSL color Cylindrical-coordinate representation of color #1224CA: hue angle of 234.13º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1224CA is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 36 | 202 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.21 |
| HSL | 234.13º | 0.84% | 0.43% | - |
| HSV(B) | 234.13º | 0.91% | 0.79% | - |
| XYZ | 11.54 | 5.65 | 56.36 | - |
| YUV | 49.54 | 214.04 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 202 | 0.91 | 0.82 | 0 | 0.21 | 234.13 | 0.84 | 0.43 |
| Hex | 12 | 24 | CA | 5B | 52 | 0 | 15 | EA | 54 | 2B |
| Octal | 22 | 44 | 312 | 133 | 122 | 0 | 25 | 352 | 124 | 53 |
| Binary | 10010 | 100100 | 11001010 | 1011011 | 1010010 | 0 | 10101 | 11101010 | 1010100 | 101011 |
Color Harmonies of #1224CA
Complementary color
Monochromatic Colors of #1224CA
Black with #1224CA
Text Example
Text Example
White with #1224CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1224CA; }
p { color: rgb(18,36,202); }
H1.HeaderClassName
{
color: #1224CA;
}
.AnyTagClassName
{
color: #1224CA;
}
</style>
background-color css
<style>
a { background-color: #1224CA; }
a { background-color: rgb(18,36,202); }
div.DivClassName
{
background-color: #1224CA;
}
.BgClassName
{
background-color: #1224CA;
}
</style>
border-color css
<style>
span { border-color: #1224CA; }
span { border-color: rgb(18,36,202); }
td.TdClassName
{
border-color: #1224CA;
}
.TagClassName
{
border-color: #1224CA;
}
</style>