Shades of Persian Blue #0824CA
Tints of Persian Blue #0824CA
RGB
CMYK
RGB Variations
Color information
#0824CA (or 0x0824CA) is known color: Persian Blue. HEX triplet: 08, 24 and CA. RGB value is (8,36,202). Sum of RGB (Red+Green+Blue) = 8+36+202=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #0824CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824CA is #F7DB35. Grayscale: #2D2D2D. Windows color (decimal): -16243510 or 13247496. OLE color: 13247496.
HSL color Cylindrical-coordinate representation of color #0824CA: hue angle of 231.34º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824CA is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 36 | 202 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.21 |
| HSL | 231.34º | 0.92% | 0.41% | - |
| HSV(B) | 231.34º | 0.96% | 0.79% | - |
| XYZ | 11.39 | 5.58 | 56.35 | - |
| YUV | 46.55 | 215.72 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 202 | 0.96 | 0.82 | 0 | 0.21 | 231.34 | 0.92 | 0.41 |
| Hex | 8 | 24 | CA | 60 | 52 | 0 | 15 | E7 | 5C | 29 |
| Octal | 10 | 44 | 312 | 140 | 122 | 0 | 25 | 347 | 134 | 51 |
| Binary | 1000 | 100100 | 11001010 | 1100000 | 1010010 | 0 | 10101 | 11100111 | 1011100 | 101001 |
Color Harmonies of #0824CA
Complementary color
Monochromatic Colors of #0824CA
Black with #0824CA
Text Example
Text Example
White with #0824CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824CA; }
p { color: rgb(8,36,202); }
H1.HeaderClassName
{
color: #0824CA;
}
.AnyTagClassName
{
color: #0824CA;
}
</style>
background-color css
<style>
a { background-color: #0824CA; }
a { background-color: rgb(8,36,202); }
div.DivClassName
{
background-color: #0824CA;
}
.BgClassName
{
background-color: #0824CA;
}
</style>
border-color css
<style>
span { border-color: #0824CA; }
span { border-color: rgb(8,36,202); }
td.TdClassName
{
border-color: #0824CA;
}
.TagClassName
{
border-color: #0824CA;
}
</style>