Shades of Persian Blue #0832BD
Tints of Persian Blue #0832BD
RGB
CMYK
RGB Variations
Color information
#0832BD (or 0x0832BD) is known color: Persian Blue. HEX triplet: 08, 32 and BD. RGB value is (8,50,189). Sum of RGB (Red+Green+Blue) = 8+50+189=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #0832BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0832BD is #F7CD42. Grayscale: #343434. Windows color (decimal): -16239939 or 12399112. OLE color: 12399112.
HSL color Cylindrical-coordinate representation of color #0832BD: hue angle of 226.08º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0832BD is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 50 | 189 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.26 |
| HSL | 226.08º | 0.92% | 0.39% | - |
| HSV(B) | 226.08º | 0.96% | 0.74% | - |
| XYZ | 10.43 | 6.01 | 48.75 | - |
| YUV | 53.29 | 204.59 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 189 | 0.96 | 0.74 | 0 | 0.26 | 226.08 | 0.92 | 0.39 |
| Hex | 8 | 32 | BD | 60 | 4A | 0 | 1A | E2 | 5C | 27 |
| Octal | 10 | 62 | 275 | 140 | 112 | 0 | 32 | 342 | 134 | 47 |
| Binary | 1000 | 110010 | 10111101 | 1100000 | 1001010 | 0 | 11010 | 11100010 | 1011100 | 100111 |
Color Harmonies of #0832BD
Complementary color
Monochromatic Colors of #0832BD
Black with #0832BD
Text Example
Text Example
White with #0832BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0832BD; }
p { color: rgb(8,50,189); }
H1.HeaderClassName
{
color: #0832BD;
}
.AnyTagClassName
{
color: #0832BD;
}
</style>
background-color css
<style>
a { background-color: #0832BD; }
a { background-color: rgb(8,50,189); }
div.DivClassName
{
background-color: #0832BD;
}
.BgClassName
{
background-color: #0832BD;
}
</style>
border-color css
<style>
span { border-color: #0832BD; }
span { border-color: rgb(8,50,189); }
td.TdClassName
{
border-color: #0832BD;
}
.TagClassName
{
border-color: #0832BD;
}
</style>