Shades of Persian Blue #0224CA
Tints of Persian Blue #0224CA
RGB
CMYK
RGB Variations
Color information
#0224CA (or 0x0224CA) is known color: Persian Blue. HEX triplet: 02, 24 and CA. RGB value is (2,36,202). Sum of RGB (Red+Green+Blue) = 2+36+202=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 202 (79.30% from 255 or 84.17% from 240); Max value from RGB is 202 - color contains mainly: blue. Hex color #0224CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0224CA is #FDDB35. Grayscale: #2C2C2C. Windows color (decimal): -16636726 or 13247490. OLE color: 13247490.
HSL color Cylindrical-coordinate representation of color #0224CA: hue angle of 229.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224CA is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 36 | 202 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.21 |
| HSL | 229.8º | 0.98% | 0.4% | - |
| HSV(B) | 229.8º | 0.99% | 0.79% | - |
| XYZ | 11.32 | 5.54 | 56.35 | - |
| YUV | 44.76 | 216.74 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 202 | 0.99 | 0.82 | 0 | 0.21 | 229.8 | 0.98 | 0.4 |
| Hex | 2 | 24 | CA | 63 | 52 | 0 | 15 | E6 | 62 | 28 |
| Octal | 2 | 44 | 312 | 143 | 122 | 0 | 25 | 346 | 142 | 50 |
| Binary | 10 | 100100 | 11001010 | 1100011 | 1010010 | 0 | 10101 | 11100110 | 1100010 | 101000 |
Color Harmonies of #0224CA
Complementary color
Monochromatic Colors of #0224CA
Black with #0224CA
Text Example
Text Example
White with #0224CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224CA; }
p { color: rgb(2,36,202); }
H1.HeaderClassName
{
color: #0224CA;
}
.AnyTagClassName
{
color: #0224CA;
}
</style>
background-color css
<style>
a { background-color: #0224CA; }
a { background-color: rgb(2,36,202); }
div.DivClassName
{
background-color: #0224CA;
}
.BgClassName
{
background-color: #0224CA;
}
</style>
border-color css
<style>
span { border-color: #0224CA; }
span { border-color: rgb(2,36,202); }
td.TdClassName
{
border-color: #0224CA;
}
.TagClassName
{
border-color: #0224CA;
}
</style>