Shades of Persian Blue #082AC0
Tints of Persian Blue #082AC0
RGB
CMYK
RGB Variations
Color information
#082AC0 (or 0x082AC0) is known color: Persian Blue. HEX triplet: 08, 2A and C0. RGB value is (8,42,192). Sum of RGB (Red+Green+Blue) = 8+42+192=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 192 (75.39% from 255 or 79.34% from 242); Max value from RGB is 192 - color contains mainly: blue. Hex color #082AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082AC0 is #F7D53F. Grayscale: #303030. Windows color (decimal): -16241984 or 12593672. OLE color: 12593672.
HSL color Cylindrical-coordinate representation of color #082AC0: hue angle of 228.91º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082AC0 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 42 | 192 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.25 |
| HSL | 228.91º | 0.92% | 0.39% | - |
| HSV(B) | 228.91º | 0.96% | 0.75% | - |
| XYZ | 10.44 | 5.51 | 50.38 | - |
| YUV | 48.93 | 208.74 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 192 | 0.96 | 0.78 | 0 | 0.25 | 228.91 | 0.92 | 0.39 |
| Hex | 8 | 2A | C0 | 60 | 4E | 0 | 19 | E5 | 5C | 27 |
| Octal | 10 | 52 | 300 | 140 | 116 | 0 | 31 | 345 | 134 | 47 |
| Binary | 1000 | 101010 | 11000000 | 1100000 | 1001110 | 0 | 11001 | 11100101 | 1011100 | 100111 |
Color Harmonies of #082AC0
Complementary color
Monochromatic Colors of #082AC0
Black with #082AC0
Text Example
Text Example
White with #082AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082AC0; }
p { color: rgb(8,42,192); }
H1.HeaderClassName
{
color: #082AC0;
}
.AnyTagClassName
{
color: #082AC0;
}
</style>
background-color css
<style>
a { background-color: #082AC0; }
a { background-color: rgb(8,42,192); }
div.DivClassName
{
background-color: #082AC0;
}
.BgClassName
{
background-color: #082AC0;
}
</style>
border-color css
<style>
span { border-color: #082AC0; }
span { border-color: rgb(8,42,192); }
td.TdClassName
{
border-color: #082AC0;
}
.TagClassName
{
border-color: #082AC0;
}
</style>