Shades of Persian Blue #082CCC
Tints of Persian Blue #082CCC
RGB
CMYK
RGB Variations
Color information
#082CCC (or 0x082CCC) is known color: Persian Blue. HEX triplet: 08, 2C and CC. RGB value is (8,44,204). Sum of RGB (Red+Green+Blue) = 8+44+204=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #082CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CCC is #F7D333. Grayscale: #323232. Windows color (decimal): -16241460 or 13380616. OLE color: 13380616.
HSL color Cylindrical-coordinate representation of color #082CCC: hue angle of 228.98º 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 #082CCC is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 44 | 204 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.2 |
| HSL | 228.98º | 0.92% | 0.42% | - |
| HSV(B) | 228.98º | 0.96% | 0.8% | - |
| XYZ | 11.9 | 6.21 | 57.7 | - |
| YUV | 51.48 | 214.07 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 204 | 0.96 | 0.78 | 0 | 0.2 | 228.98 | 0.92 | 0.42 |
| Hex | 8 | 2C | CC | 60 | 4E | 0 | 14 | E5 | 5C | 2A |
| Octal | 10 | 54 | 314 | 140 | 116 | 0 | 24 | 345 | 134 | 52 |
| Binary | 1000 | 101100 | 11001100 | 1100000 | 1001110 | 0 | 10100 | 11100101 | 1011100 | 101010 |
Color Harmonies of #082CCC
Complementary color
Monochromatic Colors of #082CCC
Black with #082CCC
Text Example
Text Example
White with #082CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082CCC; }
p { color: rgb(8,44,204); }
H1.HeaderClassName
{
color: #082CCC;
}
.AnyTagClassName
{
color: #082CCC;
}
</style>
background-color css
<style>
a { background-color: #082CCC; }
a { background-color: rgb(8,44,204); }
div.DivClassName
{
background-color: #082CCC;
}
.BgClassName
{
background-color: #082CCC;
}
</style>
border-color css
<style>
span { border-color: #082CCC; }
span { border-color: rgb(8,44,204); }
td.TdClassName
{
border-color: #082CCC;
}
.TagClassName
{
border-color: #082CCC;
}
</style>