Shades of Persian Blue #083EC7
Tints of Persian Blue #083EC7
RGB
CMYK
RGB Variations
Color information
#083EC7 (or 0x083EC7) is known color: Persian Blue. HEX triplet: 08, 3E and C7. RGB value is (8,62,199). Sum of RGB (Red+Green+Blue) = 8+62+199=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 199 (78.12% from 255 or 73.98% from 269); Max value from RGB is 199 - color contains mainly: blue. Hex color #083EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EC7 is #F7C138. Grayscale: #3C3C3C. Windows color (decimal): -16236857 or 13057544. OLE color: 13057544.
HSL color Cylindrical-coordinate representation of color #083EC7: hue angle of 223.04º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083EC7 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 62 | 199 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.22 |
| HSL | 223.04º | 0.92% | 0.41% | - |
| HSV(B) | 223.04º | 0.96% | 0.78% | - |
| XYZ | 12.13 | 7.62 | 54.86 | - |
| YUV | 61.47 | 205.61 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 199 | 0.96 | 0.69 | 0 | 0.22 | 223.04 | 0.92 | 0.41 |
| Hex | 8 | 3E | C7 | 60 | 45 | 0 | 16 | DF | 5C | 29 |
| Octal | 10 | 76 | 307 | 140 | 105 | 0 | 26 | 337 | 134 | 51 |
| Binary | 1000 | 111110 | 11000111 | 1100000 | 1000101 | 0 | 10110 | 11011111 | 1011100 | 101001 |
Color Harmonies of #083EC7
Complementary color
Monochromatic Colors of #083EC7
Black with #083EC7
Text Example
Text Example
White with #083EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083EC7; }
p { color: rgb(8,62,199); }
H1.HeaderClassName
{
color: #083EC7;
}
.AnyTagClassName
{
color: #083EC7;
}
</style>
background-color css
<style>
a { background-color: #083EC7; }
a { background-color: rgb(8,62,199); }
div.DivClassName
{
background-color: #083EC7;
}
.BgClassName
{
background-color: #083EC7;
}
</style>
border-color css
<style>
span { border-color: #083EC7; }
span { border-color: rgb(8,62,199); }
td.TdClassName
{
border-color: #083EC7;
}
.TagClassName
{
border-color: #083EC7;
}
</style>