Shades of Persian Blue #083BC1
Tints of Persian Blue #083BC1
RGB
CMYK
RGB Variations
Color information
#083BC1 (or 0x083BC1) is known color: Persian Blue. HEX triplet: 08, 3B and C1. RGB value is (8,59,193). Sum of RGB (Red+Green+Blue) = 8+59+193=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 193 (75.78% from 255 or 74.23% from 260); Max value from RGB is 193 - color contains mainly: blue. Hex color #083BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BC1 is #F7C43E. Grayscale: #3A3A3A. Windows color (decimal): -16237631 or 12663560. OLE color: 12663560.
HSL color Cylindrical-coordinate representation of color #083BC1: hue angle of 223.46º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083BC1 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 59 | 193 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.24 |
| HSL | 223.46º | 0.92% | 0.39% | - |
| HSV(B) | 223.46º | 0.96% | 0.76% | - |
| XYZ | 11.29 | 7.03 | 51.21 | - |
| YUV | 59.03 | 203.6 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 193 | 0.96 | 0.69 | 0 | 0.24 | 223.46 | 0.92 | 0.39 |
| Hex | 8 | 3B | C1 | 60 | 45 | 0 | 18 | DF | 5C | 27 |
| Octal | 10 | 73 | 301 | 140 | 105 | 0 | 30 | 337 | 134 | 47 |
| Binary | 1000 | 111011 | 11000001 | 1100000 | 1000101 | 0 | 11000 | 11011111 | 1011100 | 100111 |
Color Harmonies of #083BC1
Complementary color
Monochromatic Colors of #083BC1
Black with #083BC1
Text Example
Text Example
White with #083BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083BC1; }
p { color: rgb(8,59,193); }
H1.HeaderClassName
{
color: #083BC1;
}
.AnyTagClassName
{
color: #083BC1;
}
</style>
background-color css
<style>
a { background-color: #083BC1; }
a { background-color: rgb(8,59,193); }
div.DivClassName
{
background-color: #083BC1;
}
.BgClassName
{
background-color: #083BC1;
}
</style>
border-color css
<style>
span { border-color: #083BC1; }
span { border-color: rgb(8,59,193); }
td.TdClassName
{
border-color: #083BC1;
}
.TagClassName
{
border-color: #083BC1;
}
</style>