Shades of Persian Blue #082ACB
Tints of Persian Blue #082ACB
RGB
CMYK
RGB Variations
Color information
#082ACB (or 0x082ACB) is known color: Persian Blue. HEX triplet: 08, 2A and CB. RGB value is (8,42,203). Sum of RGB (Red+Green+Blue) = 8+42+203=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #082ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ACB is #F7D534. Grayscale: #313131. Windows color (decimal): -16241973 or 13314568. OLE color: 13314568.
HSL color Cylindrical-coordinate representation of color #082ACB: hue angle of 229.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082ACB is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 42 | 203 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.20 |
| HSL | 229.54º | 0.92% | 0.41% | - |
| HSV(B) | 229.54º | 0.96% | 0.8% | - |
| XYZ | 11.71 | 6.02 | 57.04 | - |
| YUV | 50.19 | 214.24 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 203 | 0.96 | 0.79 | 0 | 0.20 | 229.54 | 0.92 | 0.41 |
| Hex | 8 | 2A | CB | 60 | 4F | 0 | 14 | E6 | 5C | 29 |
| Octal | 10 | 52 | 313 | 140 | 117 | 0 | 24 | 346 | 134 | 51 |
| Binary | 1000 | 101010 | 11001011 | 1100000 | 1001111 | 0 | 10100 | 11100110 | 1011100 | 101001 |
Color Harmonies of #082ACB
Complementary color
Monochromatic Colors of #082ACB
Black with #082ACB
Text Example
Text Example
White with #082ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082ACB; }
p { color: rgb(8,42,203); }
H1.HeaderClassName
{
color: #082ACB;
}
.AnyTagClassName
{
color: #082ACB;
}
</style>
background-color css
<style>
a { background-color: #082ACB; }
a { background-color: rgb(8,42,203); }
div.DivClassName
{
background-color: #082ACB;
}
.BgClassName
{
background-color: #082ACB;
}
</style>
border-color css
<style>
span { border-color: #082ACB; }
span { border-color: rgb(8,42,203); }
td.TdClassName
{
border-color: #082ACB;
}
.TagClassName
{
border-color: #082ACB;
}
</style>