Shades of Persian Blue #1035BD
Tints of Persian Blue #1035BD
RGB
CMYK
RGB Variations
Color information
#1035BD (or 0x1035BD) is known color: Persian Blue. HEX triplet: 10, 35 and BD. RGB value is (16,53,189). Sum of RGB (Red+Green+Blue) = 16+53+189=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #1035BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035BD is #EFCA42. Grayscale: #383838. Windows color (decimal): -15714883 or 12399888. OLE color: 12399888.
HSL color Cylindrical-coordinate representation of color #1035BD: hue angle of 227.17º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1035BD is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 53 | 189 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.26 |
| HSL | 227.17º | 0.84% | 0.4% | - |
| HSV(B) | 227.17º | 0.92% | 0.74% | - |
| XYZ | 10.67 | 6.33 | 48.8 | - |
| YUV | 57.44 | 202.24 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 189 | 0.92 | 0.72 | 0 | 0.26 | 227.17 | 0.84 | 0.4 |
| Hex | 10 | 35 | BD | 5C | 48 | 0 | 1A | E3 | 54 | 28 |
| Octal | 20 | 65 | 275 | 134 | 110 | 0 | 32 | 343 | 124 | 50 |
| Binary | 10000 | 110101 | 10111101 | 1011100 | 1001000 | 0 | 11010 | 11100011 | 1010100 | 101000 |
Color Harmonies of #1035BD
Complementary color
Monochromatic Colors of #1035BD
Black with #1035BD
Text Example
Text Example
White with #1035BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1035BD; }
p { color: rgb(16,53,189); }
H1.HeaderClassName
{
color: #1035BD;
}
.AnyTagClassName
{
color: #1035BD;
}
</style>
background-color css
<style>
a { background-color: #1035BD; }
a { background-color: rgb(16,53,189); }
div.DivClassName
{
background-color: #1035BD;
}
.BgClassName
{
background-color: #1035BD;
}
</style>
border-color css
<style>
span { border-color: #1035BD; }
span { border-color: rgb(16,53,189); }
td.TdClassName
{
border-color: #1035BD;
}
.TagClassName
{
border-color: #1035BD;
}
</style>