Shades of Persian Blue #082BCC
Tints of Persian Blue #082BCC
RGB
CMYK
RGB Variations
Color information
#082BCC (or 0x082BCC) is known color: Persian Blue. HEX triplet: 08, 2B and CC. RGB value is (8,43,204). Sum of RGB (Red+Green+Blue) = 8+43+204=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #082BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BCC is #F7D433. Grayscale: #323232. Windows color (decimal): -16241716 or 13380360. OLE color: 13380360.
HSL color Cylindrical-coordinate representation of color #082BCC: hue angle of 229.29º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082BCC is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 43 | 204 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.2 |
| HSL | 229.29º | 0.92% | 0.42% | - |
| HSV(B) | 229.29º | 0.96% | 0.8% | - |
| XYZ | 11.86 | 6.14 | 57.69 | - |
| YUV | 50.89 | 214.4 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 204 | 0.96 | 0.79 | 0 | 0.2 | 229.29 | 0.92 | 0.42 |
| Hex | 8 | 2B | CC | 60 | 4F | 0 | 14 | E5 | 5C | 2A |
| Octal | 10 | 53 | 314 | 140 | 117 | 0 | 24 | 345 | 134 | 52 |
| Binary | 1000 | 101011 | 11001100 | 1100000 | 1001111 | 0 | 10100 | 11100101 | 1011100 | 101010 |
Color Harmonies of #082BCC
Complementary color
Monochromatic Colors of #082BCC
Black with #082BCC
Text Example
Text Example
White with #082BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BCC; }
p { color: rgb(8,43,204); }
H1.HeaderClassName
{
color: #082BCC;
}
.AnyTagClassName
{
color: #082BCC;
}
</style>
background-color css
<style>
a { background-color: #082BCC; }
a { background-color: rgb(8,43,204); }
div.DivClassName
{
background-color: #082BCC;
}
.BgClassName
{
background-color: #082BCC;
}
</style>
border-color css
<style>
span { border-color: #082BCC; }
span { border-color: rgb(8,43,204); }
td.TdClassName
{
border-color: #082BCC;
}
.TagClassName
{
border-color: #082BCC;
}
</style>