Shades of Persian Blue #1035C2
Tints of Persian Blue #1035C2
RGB
CMYK
RGB Variations
Color information
#1035C2 (or 0x1035C2) is known color: Persian Blue. HEX triplet: 10, 35 and C2. RGB value is (16,53,194). Sum of RGB (Red+Green+Blue) = 16+53+194=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 194 (76.17% from 255 or 73.76% from 263); Max value from RGB is 194 - color contains mainly: blue. Hex color #1035C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035C2 is #EFCA3D. Grayscale: #393939. Windows color (decimal): -15714878 or 12727568. OLE color: 12727568.
HSL color Cylindrical-coordinate representation of color #1035C2: hue angle of 227.53º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1035C2 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 53 | 194 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.24 |
| HSL | 227.53º | 0.85% | 0.41% | - |
| HSV(B) | 227.53º | 0.92% | 0.76% | - |
| XYZ | 11.22 | 6.55 | 51.71 | - |
| YUV | 58.01 | 204.74 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 194 | 0.92 | 0.73 | 0 | 0.24 | 227.53 | 0.85 | 0.41 |
| Hex | 10 | 35 | C2 | 5C | 49 | 0 | 18 | E4 | 55 | 29 |
| Octal | 20 | 65 | 302 | 134 | 111 | 0 | 30 | 344 | 125 | 51 |
| Binary | 10000 | 110101 | 11000010 | 1011100 | 1001001 | 0 | 11000 | 11100100 | 1010101 | 101001 |
Color Harmonies of #1035C2
Complementary color
Monochromatic Colors of #1035C2
Black with #1035C2
Text Example
Text Example
White with #1035C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1035C2; }
p { color: rgb(16,53,194); }
H1.HeaderClassName
{
color: #1035C2;
}
.AnyTagClassName
{
color: #1035C2;
}
</style>
background-color css
<style>
a { background-color: #1035C2; }
a { background-color: rgb(16,53,194); }
div.DivClassName
{
background-color: #1035C2;
}
.BgClassName
{
background-color: #1035C2;
}
</style>
border-color css
<style>
span { border-color: #1035C2; }
span { border-color: rgb(16,53,194); }
td.TdClassName
{
border-color: #1035C2;
}
.TagClassName
{
border-color: #1035C2;
}
</style>