Shades of Persian Blue #083BCE
Tints of Persian Blue #083BCE
RGB
CMYK
RGB Variations
Color information
#083BCE (or 0x083BCE) is known color: Persian Blue. HEX triplet: 08, 3B and CE. RGB value is (8,59,206). Sum of RGB (Red+Green+Blue) = 8+59+206=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #083BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BCE is #F7C431. Grayscale: #3B3B3B. Windows color (decimal): -16237618 or 13515528. OLE color: 13515528.
HSL color Cylindrical-coordinate representation of color #083BCE: hue angle of 224.55º 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 #083BCE is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 59 | 206 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.19 |
| HSL | 224.55º | 0.93% | 0.42% | - |
| HSV(B) | 224.55º | 0.96% | 0.81% | - |
| XYZ | 12.8 | 7.64 | 59.19 | - |
| YUV | 60.51 | 210.1 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 206 | 0.96 | 0.71 | 0 | 0.19 | 224.55 | 0.93 | 0.42 |
| Hex | 8 | 3B | CE | 60 | 47 | 0 | 13 | E1 | 5D | 2A |
| Octal | 10 | 73 | 316 | 140 | 107 | 0 | 23 | 341 | 135 | 52 |
| Binary | 1000 | 111011 | 11001110 | 1100000 | 1000111 | 0 | 10011 | 11100001 | 1011101 | 101010 |
Color Harmonies of #083BCE
Complementary color
Monochromatic Colors of #083BCE
Black with #083BCE
Text Example
Text Example
White with #083BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083BCE; }
p { color: rgb(8,59,206); }
H1.HeaderClassName
{
color: #083BCE;
}
.AnyTagClassName
{
color: #083BCE;
}
</style>
background-color css
<style>
a { background-color: #083BCE; }
a { background-color: rgb(8,59,206); }
div.DivClassName
{
background-color: #083BCE;
}
.BgClassName
{
background-color: #083BCE;
}
</style>
border-color css
<style>
span { border-color: #083BCE; }
span { border-color: rgb(8,59,206); }
td.TdClassName
{
border-color: #083BCE;
}
.TagClassName
{
border-color: #083BCE;
}
</style>