Shades of Persian Blue #083CC0
Tints of Persian Blue #083CC0
RGB
CMYK
RGB Variations
Color information
#083CC0 (or 0x083CC0) is known color: Persian Blue. HEX triplet: 08, 3C and C0. RGB value is (8,60,192). Sum of RGB (Red+Green+Blue) = 8+60+192=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 192 (75.39% from 255 or 73.85% from 260); Max value from RGB is 192 - color contains mainly: blue. Hex color #083CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CC0 is #F7C33F. Grayscale: #3A3A3A. Windows color (decimal): -16237376 or 12598280. OLE color: 12598280.
HSL color Cylindrical-coordinate representation of color #083CC0: hue angle of 223.04º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083CC0 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 60 | 192 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.25 |
| HSL | 223.04º | 0.92% | 0.39% | - |
| HSV(B) | 223.04º | 0.96% | 0.75% | - |
| XYZ | 11.23 | 7.09 | 50.65 | - |
| YUV | 59.5 | 202.77 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 192 | 0.96 | 0.69 | 0 | 0.25 | 223.04 | 0.92 | 0.39 |
| Hex | 8 | 3C | C0 | 60 | 45 | 0 | 19 | DF | 5C | 27 |
| Octal | 10 | 74 | 300 | 140 | 105 | 0 | 31 | 337 | 134 | 47 |
| Binary | 1000 | 111100 | 11000000 | 1100000 | 1000101 | 0 | 11001 | 11011111 | 1011100 | 100111 |
Color Harmonies of #083CC0
Complementary color
Monochromatic Colors of #083CC0
Black with #083CC0
Text Example
Text Example
White with #083CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CC0; }
p { color: rgb(8,60,192); }
H1.HeaderClassName
{
color: #083CC0;
}
.AnyTagClassName
{
color: #083CC0;
}
</style>
background-color css
<style>
a { background-color: #083CC0; }
a { background-color: rgb(8,60,192); }
div.DivClassName
{
background-color: #083CC0;
}
.BgClassName
{
background-color: #083CC0;
}
</style>
border-color css
<style>
span { border-color: #083CC0; }
span { border-color: rgb(8,60,192); }
td.TdClassName
{
border-color: #083CC0;
}
.TagClassName
{
border-color: #083CC0;
}
</style>