Shades of Persian Blue #082CCB
Tints of Persian Blue #082CCB
RGB
CMYK
RGB Variations
Color information
#082CCB (or 0x082CCB) is known color: Persian Blue. HEX triplet: 08, 2C and CB. RGB value is (8,44,203). Sum of RGB (Red+Green+Blue) = 8+44+203=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #082CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CCB is #F7D334. Grayscale: #323232. Windows color (decimal): -16241461 or 13315080. OLE color: 13315080.
HSL color Cylindrical-coordinate representation of color #082CCB: hue angle of 228.92º 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 #082CCB is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 44 | 203 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.20 |
| HSL | 228.92º | 0.92% | 0.41% | - |
| HSV(B) | 228.92º | 0.96% | 0.8% | - |
| XYZ | 11.78 | 6.16 | 57.07 | - |
| YUV | 51.36 | 213.57 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 203 | 0.96 | 0.78 | 0 | 0.20 | 228.92 | 0.92 | 0.41 |
| Hex | 8 | 2C | CB | 60 | 4E | 0 | 14 | E5 | 5C | 29 |
| Octal | 10 | 54 | 313 | 140 | 116 | 0 | 24 | 345 | 134 | 51 |
| Binary | 1000 | 101100 | 11001011 | 1100000 | 1001110 | 0 | 10100 | 11100101 | 1011100 | 101001 |
Color Harmonies of #082CCB
Complementary color
Monochromatic Colors of #082CCB
Black with #082CCB
Text Example
Text Example
White with #082CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082CCB; }
p { color: rgb(8,44,203); }
H1.HeaderClassName
{
color: #082CCB;
}
.AnyTagClassName
{
color: #082CCB;
}
</style>
background-color css
<style>
a { background-color: #082CCB; }
a { background-color: rgb(8,44,203); }
div.DivClassName
{
background-color: #082CCB;
}
.BgClassName
{
background-color: #082CCB;
}
</style>
border-color css
<style>
span { border-color: #082CCB; }
span { border-color: rgb(8,44,203); }
td.TdClassName
{
border-color: #082CCB;
}
.TagClassName
{
border-color: #082CCB;
}
</style>