Shades of Persian Blue #1035D2
Tints of Persian Blue #1035D2
RGB
CMYK
RGB Variations
Color information
#1035D2 (or 0x1035D2) is known color: Persian Blue. HEX triplet: 10, 35 and D2. RGB value is (16,53,210). Sum of RGB (Red+Green+Blue) = 16+53+210=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 210 (82.42% from 255 or 75.27% from 279); Max value from RGB is 210 - color contains mainly: blue. Hex color #1035D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035D2 is #EFCA2D. Grayscale: #3B3B3B. Windows color (decimal): -15714862 or 13776144. OLE color: 13776144.
HSL color Cylindrical-coordinate representation of color #1035D2: hue angle of 228.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1035D2 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 53 | 210 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.18 |
| HSL | 228.56º | 0.86% | 0.44% | - |
| HSV(B) | 228.56º | 0.92% | 0.82% | - |
| XYZ | 13.12 | 7.31 | 61.69 | - |
| YUV | 59.84 | 212.74 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 210 | 0.92 | 0.75 | 0 | 0.18 | 228.56 | 0.86 | 0.44 |
| Hex | 10 | 35 | D2 | 5C | 4B | 0 | 12 | E5 | 56 | 2C |
| Octal | 20 | 65 | 322 | 134 | 113 | 0 | 22 | 345 | 126 | 54 |
| Binary | 10000 | 110101 | 11010010 | 1011100 | 1001011 | 0 | 10010 | 11100101 | 1010110 | 101100 |
Color Harmonies of #1035D2
Complementary color
Monochromatic Colors of #1035D2
Black with #1035D2
Text Example
Text Example
White with #1035D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1035D2; }
p { color: rgb(16,53,210); }
H1.HeaderClassName
{
color: #1035D2;
}
.AnyTagClassName
{
color: #1035D2;
}
</style>
background-color css
<style>
a { background-color: #1035D2; }
a { background-color: rgb(16,53,210); }
div.DivClassName
{
background-color: #1035D2;
}
.BgClassName
{
background-color: #1035D2;
}
</style>
border-color css
<style>
span { border-color: #1035D2; }
span { border-color: rgb(16,53,210); }
td.TdClassName
{
border-color: #1035D2;
}
.TagClassName
{
border-color: #1035D2;
}
</style>