Shades of Persian Blue #082FC9
Tints of Persian Blue #082FC9
RGB
CMYK
RGB Variations
Color information
#082FC9 (or 0x082FC9) is known color: Persian Blue. HEX triplet: 08, 2F and C9. RGB value is (8,47,201). Sum of RGB (Red+Green+Blue) = 8+47+201=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 201 (78.91% from 255 or 78.52% from 256); Max value from RGB is 201 - color contains mainly: blue. Hex color #082FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FC9 is #F7D036. Grayscale: #343434. Windows color (decimal): -16240695 or 13184776. OLE color: 13184776.
HSL color Cylindrical-coordinate representation of color #082FC9: hue angle of 227.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FC9 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 47 | 201 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.21 |
| HSL | 227.88º | 0.92% | 0.41% | - |
| HSV(B) | 227.88º | 0.96% | 0.79% | - |
| XYZ | 11.66 | 6.3 | 55.86 | - |
| YUV | 52.9 | 211.58 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 201 | 0.96 | 0.77 | 0 | 0.21 | 227.88 | 0.92 | 0.41 |
| Hex | 8 | 2F | C9 | 60 | 4D | 0 | 15 | E4 | 5C | 29 |
| Octal | 10 | 57 | 311 | 140 | 115 | 0 | 25 | 344 | 134 | 51 |
| Binary | 1000 | 101111 | 11001001 | 1100000 | 1001101 | 0 | 10101 | 11100100 | 1011100 | 101001 |
Color Harmonies of #082FC9
Complementary color
Monochromatic Colors of #082FC9
Black with #082FC9
Text Example
Text Example
White with #082FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082FC9; }
p { color: rgb(8,47,201); }
H1.HeaderClassName
{
color: #082FC9;
}
.AnyTagClassName
{
color: #082FC9;
}
</style>
background-color css
<style>
a { background-color: #082FC9; }
a { background-color: rgb(8,47,201); }
div.DivClassName
{
background-color: #082FC9;
}
.BgClassName
{
background-color: #082FC9;
}
</style>
border-color css
<style>
span { border-color: #082FC9; }
span { border-color: rgb(8,47,201); }
td.TdClassName
{
border-color: #082FC9;
}
.TagClassName
{
border-color: #082FC9;
}
</style>