Shades of Persian Blue #0234CA
Tints of Persian Blue #0234CA
RGB
CMYK
RGB Variations
Color information
#0234CA (or 0x0234CA) is known color: Persian Blue. HEX triplet: 02, 34 and CA. RGB value is (2,52,202). Sum of RGB (Red+Green+Blue) = 2+52+202=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 52 (20.70% from 255 or 20.31% 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 #0234CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0234CA is #FDCB35. Grayscale: #353535. Windows color (decimal): -16632630 or 13251586. OLE color: 13251586.
HSL color Cylindrical-coordinate representation of color #0234CA: hue angle of 225º 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 #0234CA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 52 | 202 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.21 |
| HSL | 225º | 0.98% | 0.4% | - |
| HSV(B) | 225º | 0.99% | 0.79% | - |
| XYZ | 11.91 | 6.73 | 56.55 | - |
| YUV | 54.15 | 211.44 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 202 | 0.99 | 0.74 | 0 | 0.21 | 225 | 0.98 | 0.4 |
| Hex | 2 | 34 | CA | 63 | 4A | 0 | 15 | E1 | 62 | 28 |
| Octal | 2 | 64 | 312 | 143 | 112 | 0 | 25 | 341 | 142 | 50 |
| Binary | 10 | 110100 | 11001010 | 1100011 | 1001010 | 0 | 10101 | 11100001 | 1100010 | 101000 |
Color Harmonies of #0234CA
Complementary color
Monochromatic Colors of #0234CA
Black with #0234CA
Text Example
Text Example
White with #0234CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0234CA; }
p { color: rgb(2,52,202); }
H1.HeaderClassName
{
color: #0234CA;
}
.AnyTagClassName
{
color: #0234CA;
}
</style>
background-color css
<style>
a { background-color: #0234CA; }
a { background-color: rgb(2,52,202); }
div.DivClassName
{
background-color: #0234CA;
}
.BgClassName
{
background-color: #0234CA;
}
</style>
border-color css
<style>
span { border-color: #0234CA; }
span { border-color: rgb(2,52,202); }
td.TdClassName
{
border-color: #0234CA;
}
.TagClassName
{
border-color: #0234CA;
}
</style>