Shades of Persian Blue #082BD1
Tints of Persian Blue #082BD1
RGB
CMYK
RGB Variations
Color information
#082BD1 (or 0x082BD1) is known color: Persian Blue. HEX triplet: 08, 2B and D1. RGB value is (8,43,209). Sum of RGB (Red+Green+Blue) = 8+43+209=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 209 (82.03% from 255 or 80.38% from 260); Max value from RGB is 209 - color contains mainly: blue. Hex color #082BD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BD1 is #F7D42E. Grayscale: #323232. Windows color (decimal): -16241711 or 13708040. OLE color: 13708040.
HSL color Cylindrical-coordinate representation of color #082BD1: hue angle of 229.55º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082BD1 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 43 | 209 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.18 |
| HSL | 229.55º | 0.93% | 0.43% | - |
| HSV(B) | 229.55º | 0.96% | 0.82% | - |
| XYZ | 12.47 | 6.38 | 60.9 | - |
| YUV | 51.46 | 216.9 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 209 | 0.96 | 0.79 | 0 | 0.18 | 229.55 | 0.93 | 0.43 |
| Hex | 8 | 2B | D1 | 60 | 4F | 0 | 12 | E6 | 5D | 2B |
| Octal | 10 | 53 | 321 | 140 | 117 | 0 | 22 | 346 | 135 | 53 |
| Binary | 1000 | 101011 | 11010001 | 1100000 | 1001111 | 0 | 10010 | 11100110 | 1011101 | 101011 |
Color Harmonies of #082BD1
Complementary color
Monochromatic Colors of #082BD1
Black with #082BD1
Text Example
Text Example
White with #082BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BD1; }
p { color: rgb(8,43,209); }
H1.HeaderClassName
{
color: #082BD1;
}
.AnyTagClassName
{
color: #082BD1;
}
</style>
background-color css
<style>
a { background-color: #082BD1; }
a { background-color: rgb(8,43,209); }
div.DivClassName
{
background-color: #082BD1;
}
.BgClassName
{
background-color: #082BD1;
}
</style>
border-color css
<style>
span { border-color: #082BD1; }
span { border-color: rgb(8,43,209); }
td.TdClassName
{
border-color: #082BD1;
}
.TagClassName
{
border-color: #082BD1;
}
</style>