Shades of Persian Blue #0232CB
Tints of Persian Blue #0232CB
RGB
CMYK
RGB Variations
Color information
#0232CB (or 0x0232CB) is known color: Persian Blue. HEX triplet: 02, 32 and CB. RGB value is (2,50,203). Sum of RGB (Red+Green+Blue) = 2+50+203=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #0232CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232CB is #FDCD34. Grayscale: #343434. Windows color (decimal): -16633141 or 13316610. OLE color: 13316610.
HSL color Cylindrical-coordinate representation of color #0232CB: hue angle of 225.67º 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 #0232CB is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 50 | 203 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.20 |
| HSL | 225.67º | 0.98% | 0.4% | - |
| HSV(B) | 225.67º | 0.99% | 0.8% | - |
| XYZ | 11.95 | 6.61 | 57.15 | - |
| YUV | 53.09 | 212.6 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 203 | 0.99 | 0.75 | 0 | 0.20 | 225.67 | 0.98 | 0.4 |
| Hex | 2 | 32 | CB | 63 | 4B | 0 | 14 | E2 | 62 | 28 |
| Octal | 2 | 62 | 313 | 143 | 113 | 0 | 24 | 342 | 142 | 50 |
| Binary | 10 | 110010 | 11001011 | 1100011 | 1001011 | 0 | 10100 | 11100010 | 1100010 | 101000 |
Color Harmonies of #0232CB
Complementary color
Monochromatic Colors of #0232CB
Black with #0232CB
Text Example
Text Example
White with #0232CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232CB; }
p { color: rgb(2,50,203); }
H1.HeaderClassName
{
color: #0232CB;
}
.AnyTagClassName
{
color: #0232CB;
}
</style>
background-color css
<style>
a { background-color: #0232CB; }
a { background-color: rgb(2,50,203); }
div.DivClassName
{
background-color: #0232CB;
}
.BgClassName
{
background-color: #0232CB;
}
</style>
border-color css
<style>
span { border-color: #0232CB; }
span { border-color: rgb(2,50,203); }
td.TdClassName
{
border-color: #0232CB;
}
.TagClassName
{
border-color: #0232CB;
}
</style>