Shades of Persian Blue #1035C0
Tints of Persian Blue #1035C0
RGB
CMYK
RGB Variations
Color information
#1035C0 (or 0x1035C0) is known color: Persian Blue. HEX triplet: 10, 35 and C0. RGB value is (16,53,192). Sum of RGB (Red+Green+Blue) = 16+53+192=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #1035C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035C0 is #EFCA3F. Grayscale: #393939. Windows color (decimal): -15714880 or 12596496. OLE color: 12596496.
HSL color Cylindrical-coordinate representation of color #1035C0: hue angle of 227.39º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1035C0 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 53 | 192 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.25 |
| HSL | 227.39º | 0.85% | 0.41% | - |
| HSV(B) | 227.39º | 0.92% | 0.75% | - |
| XYZ | 11 | 6.46 | 50.54 | - |
| YUV | 57.78 | 203.74 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 192 | 0.92 | 0.72 | 0 | 0.25 | 227.39 | 0.85 | 0.41 |
| Hex | 10 | 35 | C0 | 5C | 48 | 0 | 19 | E3 | 55 | 29 |
| Octal | 20 | 65 | 300 | 134 | 110 | 0 | 31 | 343 | 125 | 51 |
| Binary | 10000 | 110101 | 11000000 | 1011100 | 1001000 | 0 | 11001 | 11100011 | 1010101 | 101001 |
Color Harmonies of #1035C0
Complementary color
Monochromatic Colors of #1035C0
Black with #1035C0
Text Example
Text Example
White with #1035C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1035C0; }
p { color: rgb(16,53,192); }
H1.HeaderClassName
{
color: #1035C0;
}
.AnyTagClassName
{
color: #1035C0;
}
</style>
background-color css
<style>
a { background-color: #1035C0; }
a { background-color: rgb(16,53,192); }
div.DivClassName
{
background-color: #1035C0;
}
.BgClassName
{
background-color: #1035C0;
}
</style>
border-color css
<style>
span { border-color: #1035C0; }
span { border-color: rgb(16,53,192); }
td.TdClassName
{
border-color: #1035C0;
}
.TagClassName
{
border-color: #1035C0;
}
</style>