Shades of Persian Blue #0832CB
Tints of Persian Blue #0832CB
RGB
CMYK
RGB Variations
Color information
#0832CB (or 0x0832CB) is known color: Persian Blue. HEX triplet: 08, 32 and CB. RGB value is (8,50,203). Sum of RGB (Red+Green+Blue) = 8+50+203=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #0832CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0832CB is #F7CD34. Grayscale: #363636. Windows color (decimal): -16239925 or 13316616. OLE color: 13316616.
HSL color Cylindrical-coordinate representation of color #0832CB: hue angle of 227.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0832CB is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 50 | 203 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.20 |
| HSL | 227.08º | 0.92% | 0.41% | - |
| HSV(B) | 227.08º | 0.96% | 0.8% | - |
| XYZ | 12.02 | 6.64 | 57.15 | - |
| YUV | 54.88 | 211.59 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 203 | 0.96 | 0.75 | 0 | 0.20 | 227.08 | 0.92 | 0.41 |
| Hex | 8 | 32 | CB | 60 | 4B | 0 | 14 | E3 | 5C | 29 |
| Octal | 10 | 62 | 313 | 140 | 113 | 0 | 24 | 343 | 134 | 51 |
| Binary | 1000 | 110010 | 11001011 | 1100000 | 1001011 | 0 | 10100 | 11100011 | 1011100 | 101001 |
Color Harmonies of #0832CB
Complementary color
Monochromatic Colors of #0832CB
Black with #0832CB
Text Example
Text Example
White with #0832CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0832CB; }
p { color: rgb(8,50,203); }
H1.HeaderClassName
{
color: #0832CB;
}
.AnyTagClassName
{
color: #0832CB;
}
</style>
background-color css
<style>
a { background-color: #0832CB; }
a { background-color: rgb(8,50,203); }
div.DivClassName
{
background-color: #0832CB;
}
.BgClassName
{
background-color: #0832CB;
}
</style>
border-color css
<style>
span { border-color: #0832CB; }
span { border-color: rgb(8,50,203); }
td.TdClassName
{
border-color: #0832CB;
}
.TagClassName
{
border-color: #0832CB;
}
</style>