Shades of Persian Blue #0235D5
Tints of Persian Blue #0235D5
RGB
CMYK
RGB Variations
Color information
#0235D5 (or 0x0235D5) is known color: Persian Blue. HEX triplet: 02, 35 and D5. RGB value is (2,53,213). Sum of RGB (Red+Green+Blue) = 2+53+213=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 213 (83.59% from 255 or 79.48% from 268); Max value from RGB is 213 - color contains mainly: blue. Hex color #0235D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0235D5 is #FDCA2A. Grayscale: #373737. Windows color (decimal): -16632363 or 13972738. OLE color: 13972738.
HSL color Cylindrical-coordinate representation of color #0235D5: hue angle of 225.5º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0235D5 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 53 | 213 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.16 |
| HSL | 225.5º | 0.98% | 0.42% | - |
| HSV(B) | 225.5º | 0.99% | 0.84% | - |
| XYZ | 13.31 | 7.36 | 63.67 | - |
| YUV | 55.99 | 216.6 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 213 | 0.99 | 0.75 | 0 | 0.16 | 225.5 | 0.98 | 0.42 |
| Hex | 2 | 35 | D5 | 63 | 4B | 0 | 10 | E1 | 62 | 2A |
| Octal | 2 | 65 | 325 | 143 | 113 | 0 | 20 | 341 | 142 | 52 |
| Binary | 10 | 110101 | 11010101 | 1100011 | 1001011 | 0 | 10000 | 11100001 | 1100010 | 101010 |
Color Harmonies of #0235D5
Complementary color
Monochromatic Colors of #0235D5
Black with #0235D5
Text Example
Text Example
White with #0235D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0235D5; }
p { color: rgb(2,53,213); }
H1.HeaderClassName
{
color: #0235D5;
}
.AnyTagClassName
{
color: #0235D5;
}
</style>
background-color css
<style>
a { background-color: #0235D5; }
a { background-color: rgb(2,53,213); }
div.DivClassName
{
background-color: #0235D5;
}
.BgClassName
{
background-color: #0235D5;
}
</style>
border-color css
<style>
span { border-color: #0235D5; }
span { border-color: rgb(2,53,213); }
td.TdClassName
{
border-color: #0235D5;
}
.TagClassName
{
border-color: #0235D5;
}
</style>