Shades of Persian Blue #082DC6
Tints of Persian Blue #082DC6
RGB
CMYK
RGB Variations
Color information
#082DC6 (or 0x082DC6) is known color: Persian Blue. HEX triplet: 08, 2D and C6. RGB value is (8,45,198). Sum of RGB (Red+Green+Blue) = 8+45+198=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 198 (77.73% from 255 or 78.88% from 251); Max value from RGB is 198 - color contains mainly: blue. Hex color #082DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DC6 is #F7D239. Grayscale: #323232. Windows color (decimal): -16241210 or 12987656. OLE color: 12987656.
HSL color Cylindrical-coordinate representation of color #082DC6: hue angle of 228.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DC6 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 45 | 198 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.22 |
| HSL | 228.32º | 0.92% | 0.4% | - |
| HSV(B) | 228.32º | 0.96% | 0.78% | - |
| XYZ | 11.23 | 6.01 | 53.99 | - |
| YUV | 51.38 | 210.74 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 198 | 0.96 | 0.77 | 0 | 0.22 | 228.32 | 0.92 | 0.4 |
| Hex | 8 | 2D | C6 | 60 | 4D | 0 | 16 | E4 | 5C | 28 |
| Octal | 10 | 55 | 306 | 140 | 115 | 0 | 26 | 344 | 134 | 50 |
| Binary | 1000 | 101101 | 11000110 | 1100000 | 1001101 | 0 | 10110 | 11100100 | 1011100 | 101000 |
Color Harmonies of #082DC6
Complementary color
Monochromatic Colors of #082DC6
Black with #082DC6
Text Example
Text Example
White with #082DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DC6; }
p { color: rgb(8,45,198); }
H1.HeaderClassName
{
color: #082DC6;
}
.AnyTagClassName
{
color: #082DC6;
}
</style>
background-color css
<style>
a { background-color: #082DC6; }
a { background-color: rgb(8,45,198); }
div.DivClassName
{
background-color: #082DC6;
}
.BgClassName
{
background-color: #082DC6;
}
</style>
border-color css
<style>
span { border-color: #082DC6; }
span { border-color: rgb(8,45,198); }
td.TdClassName
{
border-color: #082DC6;
}
.TagClassName
{
border-color: #082DC6;
}
</style>