Shades of Persian Blue #083BBC
Tints of Persian Blue #083BBC
RGB
CMYK
RGB Variations
Color information
#083BBC (or 0x083BBC) is known color: Persian Blue. HEX triplet: 08, 3B and BC. RGB value is (8,59,188). Sum of RGB (Red+Green+Blue) = 8+59+188=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #083BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BBC is #F7C443. Grayscale: #393939. Windows color (decimal): -16237636 or 12335880. OLE color: 12335880.
HSL color Cylindrical-coordinate representation of color #083BBC: hue angle of 223º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083BBC is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 59 | 188 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.26 |
| HSL | 223º | 0.92% | 0.38% | - |
| HSV(B) | 223º | 0.96% | 0.74% | - |
| XYZ | 10.74 | 6.81 | 48.33 | - |
| YUV | 58.46 | 201.1 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 188 | 0.96 | 0.69 | 0 | 0.26 | 223 | 0.92 | 0.38 |
| Hex | 8 | 3B | BC | 60 | 45 | 0 | 1A | DF | 5C | 26 |
| Octal | 10 | 73 | 274 | 140 | 105 | 0 | 32 | 337 | 134 | 46 |
| Binary | 1000 | 111011 | 10111100 | 1100000 | 1000101 | 0 | 11010 | 11011111 | 1011100 | 100110 |
Color Harmonies of #083BBC
Complementary color
Monochromatic Colors of #083BBC
Black with #083BBC
Text Example
Text Example
White with #083BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083BBC; }
p { color: rgb(8,59,188); }
H1.HeaderClassName
{
color: #083BBC;
}
.AnyTagClassName
{
color: #083BBC;
}
</style>
background-color css
<style>
a { background-color: #083BBC; }
a { background-color: rgb(8,59,188); }
div.DivClassName
{
background-color: #083BBC;
}
.BgClassName
{
background-color: #083BBC;
}
</style>
border-color css
<style>
span { border-color: #083BBC; }
span { border-color: rgb(8,59,188); }
td.TdClassName
{
border-color: #083BBC;
}
.TagClassName
{
border-color: #083BBC;
}
</style>