Shades of Persian Blue #0235CB
Tints of Persian Blue #0235CB
RGB
CMYK
RGB Variations
Color information
#0235CB (or 0x0235CB) is known color: Persian Blue. HEX triplet: 02, 35 and CB. RGB value is (2,53,203). Sum of RGB (Red+Green+Blue) = 2+53+203=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #0235CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0235CB is #FDCA34. Grayscale: #363636. Windows color (decimal): -16632373 or 13317378. OLE color: 13317378.
HSL color Cylindrical-coordinate representation of color #0235CB: hue angle of 224.78º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0235CB is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 53 | 203 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.20 |
| HSL | 224.78º | 0.98% | 0.4% | - |
| HSV(B) | 224.78º | 0.99% | 0.8% | - |
| XYZ | 12.08 | 6.87 | 57.19 | - |
| YUV | 54.85 | 211.6 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 203 | 0.99 | 0.74 | 0 | 0.20 | 224.78 | 0.98 | 0.4 |
| Hex | 2 | 35 | CB | 63 | 4A | 0 | 14 | E1 | 62 | 28 |
| Octal | 2 | 65 | 313 | 143 | 112 | 0 | 24 | 341 | 142 | 50 |
| Binary | 10 | 110101 | 11001011 | 1100011 | 1001010 | 0 | 10100 | 11100001 | 1100010 | 101000 |
Color Harmonies of #0235CB
Complementary color
Monochromatic Colors of #0235CB
Black with #0235CB
Text Example
Text Example
White with #0235CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0235CB; }
p { color: rgb(2,53,203); }
H1.HeaderClassName
{
color: #0235CB;
}
.AnyTagClassName
{
color: #0235CB;
}
</style>
background-color css
<style>
a { background-color: #0235CB; }
a { background-color: rgb(2,53,203); }
div.DivClassName
{
background-color: #0235CB;
}
.BgClassName
{
background-color: #0235CB;
}
</style>
border-color css
<style>
span { border-color: #0235CB; }
span { border-color: rgb(2,53,203); }
td.TdClassName
{
border-color: #0235CB;
}
.TagClassName
{
border-color: #0235CB;
}
</style>