Shades of Persian Blue #0832E5
Tints of Persian Blue #0832E5
RGB
CMYK
RGB Variations
Color information
#0832E5 (or 0x0832E5) is known color: Persian Blue. HEX triplet: 08, 32 and E5. RGB value is (8,50,229). Sum of RGB (Red+Green+Blue) = 8+50+229=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 229 (89.84% from 255 or 79.79% from 287); Max value from RGB is 229 - color contains mainly: blue. Hex color #0832E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0832E5 is #F7CD1A. Grayscale: #393939. Windows color (decimal): -16239899 or 15020552. OLE color: 15020552.
HSL color Cylindrical-coordinate representation of color #0832E5: hue angle of 228.6º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0832E5 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 50 | 229 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.10 |
| HSL | 228.6º | 0.93% | 0.46% | - |
| HSV(B) | 228.6º | 0.97% | 0.9% | - |
| XYZ | 15.38 | 7.99 | 74.86 | - |
| YUV | 57.85 | 224.59 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 229 | 0.97 | 0.78 | 0 | 0.10 | 228.6 | 0.93 | 0.46 |
| Hex | 8 | 32 | E5 | 61 | 4E | 0 | A | E5 | 5D | 2E |
| Octal | 10 | 62 | 345 | 141 | 116 | 0 | 12 | 345 | 135 | 56 |
| Binary | 1000 | 110010 | 11100101 | 1100001 | 1001110 | 0 | 1010 | 11100101 | 1011101 | 101110 |
Color Harmonies of #0832E5
Complementary color
Monochromatic Colors of #0832E5
Black with #0832E5
Text Example
Text Example
White with #0832E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0832E5; }
p { color: rgb(8,50,229); }
H1.HeaderClassName
{
color: #0832E5;
}
.AnyTagClassName
{
color: #0832E5;
}
</style>
background-color css
<style>
a { background-color: #0832E5; }
a { background-color: rgb(8,50,229); }
div.DivClassName
{
background-color: #0832E5;
}
.BgClassName
{
background-color: #0832E5;
}
</style>
border-color css
<style>
span { border-color: #0832E5; }
span { border-color: rgb(8,50,229); }
td.TdClassName
{
border-color: #0832E5;
}
.TagClassName
{
border-color: #0832E5;
}
</style>