Shades of Persian Blue #0032CB
Tints of Persian Blue #0032CB
RGB
CMYK
RGB Variations
Color information
#0032CB (or 0x0032CB) is known color: Persian Blue. HEX triplet: 00, 32 and CB. RGB value is (0,50,203). Sum of RGB (Red+Green+Blue) = 0+50+203=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #0032CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0032CB is #FFCD34. Grayscale: #333333. Windows color (decimal): -16764213 or 13316608. OLE color: 13316608.
HSL color Cylindrical-coordinate representation of color #0032CB: hue angle of 225.22º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0032CB is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 50 | 203 | - |
| CMYK | 1 | 0.75 | 0 | 0.20 |
| HSL | 225.22º | 1% | 0.4% | - |
| HSV(B) | 225.22º | 1% | 0.8% | - |
| XYZ | 11.92 | 6.59 | 57.14 | - |
| YUV | 52.49 | 212.94 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 203 | 1 | 0.75 | 0 | 0.20 | 225.22 | 1 | 0.4 |
| Hex | 0 | 32 | CB | 64 | 4B | 0 | 14 | E1 | 64 | 28 |
| Octal | 0 | 62 | 313 | 144 | 113 | 0 | 24 | 341 | 144 | 50 |
| Binary | 0 | 110010 | 11001011 | 1100100 | 1001011 | 0 | 10100 | 11100001 | 1100100 | 101000 |
Color Harmonies of #0032CB
Complementary color
Monochromatic Colors of #0032CB
Black with #0032CB
Text Example
Text Example
White with #0032CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0032CB; }
p { color: rgb(0,50,203); }
H1.HeaderClassName
{
color: #0032CB;
}
.AnyTagClassName
{
color: #0032CB;
}
</style>
background-color css
<style>
a { background-color: #0032CB; }
a { background-color: rgb(0,50,203); }
div.DivClassName
{
background-color: #0032CB;
}
.BgClassName
{
background-color: #0032CB;
}
</style>
border-color css
<style>
span { border-color: #0032CB; }
span { border-color: rgb(0,50,203); }
td.TdClassName
{
border-color: #0032CB;
}
.TagClassName
{
border-color: #0032CB;
}
</style>