Shades of Persian Blue #0831EC
Tints of Persian Blue #0831EC
RGB
CMYK
RGB Variations
Color information
#0831EC (or 0x0831EC) is known color: Persian Blue. HEX triplet: 08, 31 and EC. RGB value is (8,49,236). Sum of RGB (Red+Green+Blue) = 8+49+236=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 236 (92.58% from 255 or 80.55% from 293); Max value from RGB is 236 - color contains mainly: blue. Hex color #0831EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0831EC is #F7CE13. Grayscale: #393939. Windows color (decimal): -16240148 or 15479048. OLE color: 15479048.
HSL color Cylindrical-coordinate representation of color #0831EC: hue angle of 229.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0831EC is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 49 | 236 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.07 |
| HSL | 229.21º | 0.93% | 0.48% | - |
| HSV(B) | 229.21º | 0.97% | 0.93% | - |
| XYZ | 16.34 | 8.3 | 80.1 | - |
| YUV | 58.06 | 228.42 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 236 | 0.97 | 0.79 | 0 | 0.07 | 229.21 | 0.93 | 0.48 |
| Hex | 8 | 31 | EC | 61 | 4F | 0 | 7 | E5 | 5D | 30 |
| Octal | 10 | 61 | 354 | 141 | 117 | 0 | 7 | 345 | 135 | 60 |
| Binary | 1000 | 110001 | 11101100 | 1100001 | 1001111 | 0 | 111 | 11100101 | 1011101 | 110000 |
Color Harmonies of #0831EC
Complementary color
Monochromatic Colors of #0831EC
Black with #0831EC
Text Example
Text Example
White with #0831EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831EC; }
p { color: rgb(8,49,236); }
H1.HeaderClassName
{
color: #0831EC;
}
.AnyTagClassName
{
color: #0831EC;
}
</style>
background-color css
<style>
a { background-color: #0831EC; }
a { background-color: rgb(8,49,236); }
div.DivClassName
{
background-color: #0831EC;
}
.BgClassName
{
background-color: #0831EC;
}
</style>
border-color css
<style>
span { border-color: #0831EC; }
span { border-color: rgb(8,49,236); }
td.TdClassName
{
border-color: #0831EC;
}
.TagClassName
{
border-color: #0831EC;
}
</style>