Shades of Persian Blue #0831CB
Tints of Persian Blue #0831CB
RGB
CMYK
RGB Variations
Color information
#0831CB (or 0x0831CB) is known color: Persian Blue. HEX triplet: 08, 31 and CB. RGB value is (8,49,203). Sum of RGB (Red+Green+Blue) = 8+49+203=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #0831CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0831CB is #F7CE34. Grayscale: #353535. Windows color (decimal): -16240181 or 13316360. OLE color: 13316360.
HSL color Cylindrical-coordinate representation of color #0831CB: hue angle of 227.38º 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 #0831CB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 49 | 203 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.20 |
| HSL | 227.38º | 0.92% | 0.41% | - |
| HSV(B) | 227.38º | 0.96% | 0.8% | - |
| XYZ | 11.98 | 6.56 | 57.13 | - |
| YUV | 54.3 | 211.92 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 203 | 0.96 | 0.76 | 0 | 0.20 | 227.38 | 0.92 | 0.41 |
| Hex | 8 | 31 | CB | 60 | 4C | 0 | 14 | E3 | 5C | 29 |
| Octal | 10 | 61 | 313 | 140 | 114 | 0 | 24 | 343 | 134 | 51 |
| Binary | 1000 | 110001 | 11001011 | 1100000 | 1001100 | 0 | 10100 | 11100011 | 1011100 | 101001 |
Color Harmonies of #0831CB
Complementary color
Monochromatic Colors of #0831CB
Black with #0831CB
Text Example
Text Example
White with #0831CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831CB; }
p { color: rgb(8,49,203); }
H1.HeaderClassName
{
color: #0831CB;
}
.AnyTagClassName
{
color: #0831CB;
}
</style>
background-color css
<style>
a { background-color: #0831CB; }
a { background-color: rgb(8,49,203); }
div.DivClassName
{
background-color: #0831CB;
}
.BgClassName
{
background-color: #0831CB;
}
</style>
border-color css
<style>
span { border-color: #0831CB; }
span { border-color: rgb(8,49,203); }
td.TdClassName
{
border-color: #0831CB;
}
.TagClassName
{
border-color: #0831CB;
}
</style>