Shades of Persian Blue #082BCB
Tints of Persian Blue #082BCB
RGB
CMYK
RGB Variations
Color information
#082BCB (or 0x082BCB) is known color: Persian Blue. HEX triplet: 08, 2B and CB. RGB value is (8,43,203). Sum of RGB (Red+Green+Blue) = 8+43+203=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #082BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BCB is #F7D434. Grayscale: #323232. Windows color (decimal): -16241717 or 13314824. OLE color: 13314824.
HSL color Cylindrical-coordinate representation of color #082BCB: hue angle of 229.23º 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 #082BCB is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 43 | 203 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.20 |
| HSL | 229.23º | 0.92% | 0.41% | - |
| HSV(B) | 229.23º | 0.96% | 0.8% | - |
| XYZ | 11.74 | 6.09 | 57.06 | - |
| YUV | 50.78 | 213.9 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 203 | 0.96 | 0.79 | 0 | 0.20 | 229.23 | 0.92 | 0.41 |
| Hex | 8 | 2B | CB | 60 | 4F | 0 | 14 | E5 | 5C | 29 |
| Octal | 10 | 53 | 313 | 140 | 117 | 0 | 24 | 345 | 134 | 51 |
| Binary | 1000 | 101011 | 11001011 | 1100000 | 1001111 | 0 | 10100 | 11100101 | 1011100 | 101001 |
Color Harmonies of #082BCB
Complementary color
Monochromatic Colors of #082BCB
Black with #082BCB
Text Example
Text Example
White with #082BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BCB; }
p { color: rgb(8,43,203); }
H1.HeaderClassName
{
color: #082BCB;
}
.AnyTagClassName
{
color: #082BCB;
}
</style>
background-color css
<style>
a { background-color: #082BCB; }
a { background-color: rgb(8,43,203); }
div.DivClassName
{
background-color: #082BCB;
}
.BgClassName
{
background-color: #082BCB;
}
</style>
border-color css
<style>
span { border-color: #082BCB; }
span { border-color: rgb(8,43,203); }
td.TdClassName
{
border-color: #082BCB;
}
.TagClassName
{
border-color: #082BCB;
}
</style>