Shades of Persian Blue #0834BC
Tints of Persian Blue #0834BC
RGB
CMYK
RGB Variations
Color information
#0834BC (or 0x0834BC) is known color: Persian Blue. HEX triplet: 08, 34 and BC. RGB value is (8,52,188). Sum of RGB (Red+Green+Blue) = 8+52+188=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #0834BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0834BC is #F7CB43. Grayscale: #353535. Windows color (decimal): -16239428 or 12334088. OLE color: 12334088.
HSL color Cylindrical-coordinate representation of color #0834BC: hue angle of 225.33º 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 #0834BC is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 52 | 188 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.26 |
| HSL | 225.33º | 0.92% | 0.38% | - |
| HSV(B) | 225.33º | 0.96% | 0.74% | - |
| XYZ | 10.41 | 6.14 | 48.21 | - |
| YUV | 54.35 | 203.42 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 188 | 0.96 | 0.72 | 0 | 0.26 | 225.33 | 0.92 | 0.38 |
| Hex | 8 | 34 | BC | 60 | 48 | 0 | 1A | E1 | 5C | 26 |
| Octal | 10 | 64 | 274 | 140 | 110 | 0 | 32 | 341 | 134 | 46 |
| Binary | 1000 | 110100 | 10111100 | 1100000 | 1001000 | 0 | 11010 | 11100001 | 1011100 | 100110 |
Color Harmonies of #0834BC
Complementary color
Monochromatic Colors of #0834BC
Black with #0834BC
Text Example
Text Example
White with #0834BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0834BC; }
p { color: rgb(8,52,188); }
H1.HeaderClassName
{
color: #0834BC;
}
.AnyTagClassName
{
color: #0834BC;
}
</style>
background-color css
<style>
a { background-color: #0834BC; }
a { background-color: rgb(8,52,188); }
div.DivClassName
{
background-color: #0834BC;
}
.BgClassName
{
background-color: #0834BC;
}
</style>
border-color css
<style>
span { border-color: #0834BC; }
span { border-color: rgb(8,52,188); }
td.TdClassName
{
border-color: #0834BC;
}
.TagClassName
{
border-color: #0834BC;
}
</style>