Shades of Persian Blue #0832BC
Tints of Persian Blue #0832BC
RGB
CMYK
RGB Variations
Color information
#0832BC (or 0x0832BC) is known color: Persian Blue. HEX triplet: 08, 32 and BC. RGB value is (8,50,188). Sum of RGB (Red+Green+Blue) = 8+50+188=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #0832BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0832BC is #F7CD43. Grayscale: #343434. Windows color (decimal): -16239940 or 12333576. OLE color: 12333576.
HSL color Cylindrical-coordinate representation of color #0832BC: hue angle of 226º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0832BC is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 50 | 188 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.26 |
| HSL | 226º | 0.92% | 0.38% | - |
| HSV(B) | 226º | 0.96% | 0.74% | - |
| XYZ | 10.32 | 5.96 | 48.18 | - |
| YUV | 53.17 | 204.09 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 188 | 0.96 | 0.73 | 0 | 0.26 | 226 | 0.92 | 0.38 |
| Hex | 8 | 32 | BC | 60 | 49 | 0 | 1A | E2 | 5C | 26 |
| Octal | 10 | 62 | 274 | 140 | 111 | 0 | 32 | 342 | 134 | 46 |
| Binary | 1000 | 110010 | 10111100 | 1100000 | 1001001 | 0 | 11010 | 11100010 | 1011100 | 100110 |
Color Harmonies of #0832BC
Complementary color
Monochromatic Colors of #0832BC
Black with #0832BC
Text Example
Text Example
White with #0832BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0832BC; }
p { color: rgb(8,50,188); }
H1.HeaderClassName
{
color: #0832BC;
}
.AnyTagClassName
{
color: #0832BC;
}
</style>
background-color css
<style>
a { background-color: #0832BC; }
a { background-color: rgb(8,50,188); }
div.DivClassName
{
background-color: #0832BC;
}
.BgClassName
{
background-color: #0832BC;
}
</style>
border-color css
<style>
span { border-color: #0832BC; }
span { border-color: rgb(8,50,188); }
td.TdClassName
{
border-color: #0832BC;
}
.TagClassName
{
border-color: #0832BC;
}
</style>