Shades of Persian Blue #0834CB
Tints of Persian Blue #0834CB
RGB
CMYK
RGB Variations
Color information
#0834CB (or 0x0834CB) is known color: Persian Blue. HEX triplet: 08, 34 and CB. RGB value is (8,52,203). Sum of RGB (Red+Green+Blue) = 8+52+203=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #0834CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0834CB is #F7CB34. Grayscale: #373737. Windows color (decimal): -16239413 or 13317128. OLE color: 13317128.
HSL color Cylindrical-coordinate representation of color #0834CB: hue angle of 226.46º 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 #0834CB is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 52 | 203 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.20 |
| HSL | 226.46º | 0.92% | 0.41% | - |
| HSV(B) | 226.46º | 0.96% | 0.8% | - |
| XYZ | 12.11 | 6.82 | 57.18 | - |
| YUV | 56.06 | 210.92 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 203 | 0.96 | 0.74 | 0 | 0.20 | 226.46 | 0.92 | 0.41 |
| Hex | 8 | 34 | CB | 60 | 4A | 0 | 14 | E2 | 5C | 29 |
| Octal | 10 | 64 | 313 | 140 | 112 | 0 | 24 | 342 | 134 | 51 |
| Binary | 1000 | 110100 | 11001011 | 1100000 | 1001010 | 0 | 10100 | 11100010 | 1011100 | 101001 |
Color Harmonies of #0834CB
Complementary color
Monochromatic Colors of #0834CB
Black with #0834CB
Text Example
Text Example
White with #0834CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0834CB; }
p { color: rgb(8,52,203); }
H1.HeaderClassName
{
color: #0834CB;
}
.AnyTagClassName
{
color: #0834CB;
}
</style>
background-color css
<style>
a { background-color: #0834CB; }
a { background-color: rgb(8,52,203); }
div.DivClassName
{
background-color: #0834CB;
}
.BgClassName
{
background-color: #0834CB;
}
</style>
border-color css
<style>
span { border-color: #0834CB; }
span { border-color: rgb(8,52,203); }
td.TdClassName
{
border-color: #0834CB;
}
.TagClassName
{
border-color: #0834CB;
}
</style>