Shades of Persian Blue #0135CA
Tints of Persian Blue #0135CA
RGB
CMYK
RGB Variations
Color information
#0135CA (or 0x0135CA) is known color: Persian Blue. HEX triplet: 01, 35 and CA. RGB value is (1,53,202). Sum of RGB (Red+Green+Blue) = 1+53+202=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 53 (21.09% from 255 or 20.70% 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 #0135CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135CA is #FECA35. Grayscale: #353535. Windows color (decimal): -16697910 or 13251841. OLE color: 13251841.
HSL color Cylindrical-coordinate representation of color #0135CA: hue angle of 224.48º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0135CA is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 53 | 202 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.21 |
| HSL | 224.48º | 0.99% | 0.4% | - |
| HSV(B) | 224.48º | 1% | 0.79% | - |
| XYZ | 11.95 | 6.82 | 56.56 | - |
| YUV | 54.44 | 211.27 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 202 | 1.00 | 0.74 | 0 | 0.21 | 224.48 | 0.99 | 0.4 |
| Hex | 1 | 35 | CA | 64 | 4A | 0 | 15 | E0 | 63 | 28 |
| Octal | 1 | 65 | 312 | 144 | 112 | 0 | 25 | 340 | 143 | 50 |
| Binary | 1 | 110101 | 11001010 | 1100100 | 1001010 | 0 | 10101 | 11100000 | 1100011 | 101000 |
Color Harmonies of #0135CA
Complementary color
Monochromatic Colors of #0135CA
Black with #0135CA
Text Example
Text Example
White with #0135CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0135CA; }
p { color: rgb(1,53,202); }
H1.HeaderClassName
{
color: #0135CA;
}
.AnyTagClassName
{
color: #0135CA;
}
</style>
background-color css
<style>
a { background-color: #0135CA; }
a { background-color: rgb(1,53,202); }
div.DivClassName
{
background-color: #0135CA;
}
.BgClassName
{
background-color: #0135CA;
}
</style>
border-color css
<style>
span { border-color: #0135CA; }
span { border-color: rgb(1,53,202); }
td.TdClassName
{
border-color: #0135CA;
}
.TagClassName
{
border-color: #0135CA;
}
</style>