Shades of Persian Blue #082FC6
Tints of Persian Blue #082FC6
RGB
CMYK
RGB Variations
Color information
#082FC6 (or 0x082FC6) is known color: Persian Blue. HEX triplet: 08, 2F and C6. RGB value is (8,47,198). Sum of RGB (Red+Green+Blue) = 8+47+198=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 198 (77.73% from 255 or 78.26% from 253); Max value from RGB is 198 - color contains mainly: blue. Hex color #082FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FC6 is #F7D039. Grayscale: #333333. Windows color (decimal): -16240698 or 12988168. OLE color: 12988168.
HSL color Cylindrical-coordinate representation of color #082FC6: hue angle of 227.68º 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 #082FC6 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 47 | 198 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.22 |
| HSL | 227.68º | 0.92% | 0.4% | - |
| HSV(B) | 227.68º | 0.96% | 0.78% | - |
| XYZ | 11.31 | 6.16 | 54.02 | - |
| YUV | 52.55 | 210.08 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 198 | 0.96 | 0.76 | 0 | 0.22 | 227.68 | 0.92 | 0.4 |
| Hex | 8 | 2F | C6 | 60 | 4C | 0 | 16 | E4 | 5C | 28 |
| Octal | 10 | 57 | 306 | 140 | 114 | 0 | 26 | 344 | 134 | 50 |
| Binary | 1000 | 101111 | 11000110 | 1100000 | 1001100 | 0 | 10110 | 11100100 | 1011100 | 101000 |
Color Harmonies of #082FC6
Complementary color
Monochromatic Colors of #082FC6
Black with #082FC6
Text Example
Text Example
White with #082FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082FC6; }
p { color: rgb(8,47,198); }
H1.HeaderClassName
{
color: #082FC6;
}
.AnyTagClassName
{
color: #082FC6;
}
</style>
background-color css
<style>
a { background-color: #082FC6; }
a { background-color: rgb(8,47,198); }
div.DivClassName
{
background-color: #082FC6;
}
.BgClassName
{
background-color: #082FC6;
}
</style>
border-color css
<style>
span { border-color: #082FC6; }
span { border-color: rgb(8,47,198); }
td.TdClassName
{
border-color: #082FC6;
}
.TagClassName
{
border-color: #082FC6;
}
</style>