Shades of Persian Blue #082FCB
Tints of Persian Blue #082FCB
RGB
CMYK
RGB Variations
Color information
#082FCB (or 0x082FCB) is known color: Persian Blue. HEX triplet: 08, 2F and CB. RGB value is (8,47,203). Sum of RGB (Red+Green+Blue) = 8+47+203=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #082FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FCB is #F7D034. Grayscale: #343434. Windows color (decimal): -16240693 or 13315848. OLE color: 13315848.
HSL color Cylindrical-coordinate representation of color #082FCB: hue angle of 228º 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 #082FCB is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 47 | 203 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.20 |
| HSL | 228º | 0.92% | 0.41% | - |
| HSV(B) | 228º | 0.96% | 0.8% | - |
| XYZ | 11.9 | 6.4 | 57.11 | - |
| YUV | 53.12 | 212.58 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 203 | 0.96 | 0.77 | 0 | 0.20 | 228 | 0.92 | 0.41 |
| Hex | 8 | 2F | CB | 60 | 4D | 0 | 14 | E4 | 5C | 29 |
| Octal | 10 | 57 | 313 | 140 | 115 | 0 | 24 | 344 | 134 | 51 |
| Binary | 1000 | 101111 | 11001011 | 1100000 | 1001101 | 0 | 10100 | 11100100 | 1011100 | 101001 |
Color Harmonies of #082FCB
Complementary color
Monochromatic Colors of #082FCB
Black with #082FCB
Text Example
Text Example
White with #082FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082FCB; }
p { color: rgb(8,47,203); }
H1.HeaderClassName
{
color: #082FCB;
}
.AnyTagClassName
{
color: #082FCB;
}
</style>
background-color css
<style>
a { background-color: #082FCB; }
a { background-color: rgb(8,47,203); }
div.DivClassName
{
background-color: #082FCB;
}
.BgClassName
{
background-color: #082FCB;
}
</style>
border-color css
<style>
span { border-color: #082FCB; }
span { border-color: rgb(8,47,203); }
td.TdClassName
{
border-color: #082FCB;
}
.TagClassName
{
border-color: #082FCB;
}
</style>