Shades of Persian Blue #082EBC
Tints of Persian Blue #082EBC
RGB
CMYK
RGB Variations
Color information
#082EBC (or 0x082EBC) is known color: Persian Blue. HEX triplet: 08, 2E and BC. RGB value is (8,46,188). Sum of RGB (Red+Green+Blue) = 8+46+188=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #082EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EBC is #F7D143. Grayscale: #323232. Windows color (decimal): -16240964 or 12332552. OLE color: 12332552.
HSL color Cylindrical-coordinate representation of color #082EBC: hue angle of 227.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082EBC is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 46 | 188 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.26 |
| HSL | 227.33º | 0.92% | 0.38% | - |
| HSV(B) | 227.33º | 0.96% | 0.74% | - |
| XYZ | 10.15 | 5.64 | 48.13 | - |
| YUV | 50.83 | 205.41 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 188 | 0.96 | 0.76 | 0 | 0.26 | 227.33 | 0.92 | 0.38 |
| Hex | 8 | 2E | BC | 60 | 4C | 0 | 1A | E3 | 5C | 26 |
| Octal | 10 | 56 | 274 | 140 | 114 | 0 | 32 | 343 | 134 | 46 |
| Binary | 1000 | 101110 | 10111100 | 1100000 | 1001100 | 0 | 11010 | 11100011 | 1011100 | 100110 |
Color Harmonies of #082EBC
Complementary color
Monochromatic Colors of #082EBC
Black with #082EBC
Text Example
Text Example
White with #082EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082EBC; }
p { color: rgb(8,46,188); }
H1.HeaderClassName
{
color: #082EBC;
}
.AnyTagClassName
{
color: #082EBC;
}
</style>
background-color css
<style>
a { background-color: #082EBC; }
a { background-color: rgb(8,46,188); }
div.DivClassName
{
background-color: #082EBC;
}
.BgClassName
{
background-color: #082EBC;
}
</style>
border-color css
<style>
span { border-color: #082EBC; }
span { border-color: rgb(8,46,188); }
td.TdClassName
{
border-color: #082EBC;
}
.TagClassName
{
border-color: #082EBC;
}
</style>