Shades of Persian Blue #082BCF
Tints of Persian Blue #082BCF
RGB
CMYK
RGB Variations
Color information
#082BCF (or 0x082BCF) is known color: Persian Blue. HEX triplet: 08, 2B and CF. RGB value is (8,43,207). Sum of RGB (Red+Green+Blue) = 8+43+207=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #082BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BCF is #F7D430. Grayscale: #323232. Windows color (decimal): -16241713 or 13576968. OLE color: 13576968.
HSL color Cylindrical-coordinate representation of color #082BCF: hue angle of 229.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082BCF is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 43 | 207 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.19 |
| HSL | 229.45º | 0.93% | 0.42% | - |
| HSV(B) | 229.45º | 0.96% | 0.81% | - |
| XYZ | 12.23 | 6.28 | 59.6 | - |
| YUV | 51.23 | 215.9 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 207 | 0.96 | 0.79 | 0 | 0.19 | 229.45 | 0.93 | 0.42 |
| Hex | 8 | 2B | CF | 60 | 4F | 0 | 13 | E5 | 5D | 2A |
| Octal | 10 | 53 | 317 | 140 | 117 | 0 | 23 | 345 | 135 | 52 |
| Binary | 1000 | 101011 | 11001111 | 1100000 | 1001111 | 0 | 10011 | 11100101 | 1011101 | 101010 |
Color Harmonies of #082BCF
Complementary color
Monochromatic Colors of #082BCF
Black with #082BCF
Text Example
Text Example
White with #082BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BCF; }
p { color: rgb(8,43,207); }
H1.HeaderClassName
{
color: #082BCF;
}
.AnyTagClassName
{
color: #082BCF;
}
</style>
background-color css
<style>
a { background-color: #082BCF; }
a { background-color: rgb(8,43,207); }
div.DivClassName
{
background-color: #082BCF;
}
.BgClassName
{
background-color: #082BCF;
}
</style>
border-color css
<style>
span { border-color: #082BCF; }
span { border-color: rgb(8,43,207); }
td.TdClassName
{
border-color: #082BCF;
}
.TagClassName
{
border-color: #082BCF;
}
</style>