Shades of Persian Blue #082BE1
Tints of Persian Blue #082BE1
RGB
CMYK
RGB Variations
Color information
#082BE1 (or 0x082BE1) is known color: Persian Blue. HEX triplet: 08, 2B and E1. RGB value is (8,43,225). Sum of RGB (Red+Green+Blue) = 8+43+225=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 225 (88.28% from 255 or 81.52% from 276); Max value from RGB is 225 - color contains mainly: blue. Hex color #082BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BE1 is #F7D41E. Grayscale: #343434. Windows color (decimal): -16241695 or 14756616. OLE color: 14756616.
HSL color Cylindrical-coordinate representation of color #082BE1: hue angle of 230.32º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082BE1 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 43 | 225 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.12 |
| HSL | 230.32º | 0.93% | 0.46% | - |
| HSV(B) | 230.32º | 0.96% | 0.88% | - |
| XYZ | 14.55 | 7.22 | 71.86 | - |
| YUV | 53.28 | 224.9 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 225 | 0.96 | 0.81 | 0 | 0.12 | 230.32 | 0.93 | 0.46 |
| Hex | 8 | 2B | E1 | 60 | 51 | 0 | C | E6 | 5D | 2E |
| Octal | 10 | 53 | 341 | 140 | 121 | 0 | 14 | 346 | 135 | 56 |
| Binary | 1000 | 101011 | 11100001 | 1100000 | 1010001 | 0 | 1100 | 11100110 | 1011101 | 101110 |
Color Harmonies of #082BE1
Complementary color
Monochromatic Colors of #082BE1
Black with #082BE1
Text Example
Text Example
White with #082BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BE1; }
p { color: rgb(8,43,225); }
H1.HeaderClassName
{
color: #082BE1;
}
.AnyTagClassName
{
color: #082BE1;
}
</style>
background-color css
<style>
a { background-color: #082BE1; }
a { background-color: rgb(8,43,225); }
div.DivClassName
{
background-color: #082BE1;
}
.BgClassName
{
background-color: #082BE1;
}
</style>
border-color css
<style>
span { border-color: #082BE1; }
span { border-color: rgb(8,43,225); }
td.TdClassName
{
border-color: #082BE1;
}
.TagClassName
{
border-color: #082BE1;
}
</style>