Shades of Persian Blue #1035BA
Tints of Persian Blue #1035BA
RGB
CMYK
RGB Variations
Color information
#1035BA (or 0x1035BA) is known color: Persian Blue. HEX triplet: 10, 35 and BA. RGB value is (16,53,186). Sum of RGB (Red+Green+Blue) = 16+53+186=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #1035BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035BA is #EFCA45. Grayscale: #383838. Windows color (decimal): -15714886 or 12203280. OLE color: 12203280.
HSL color Cylindrical-coordinate representation of color #1035BA: hue angle of 226.94º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1035BA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 53 | 186 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.27 |
| HSL | 226.94º | 0.84% | 0.4% | - |
| HSV(B) | 226.94º | 0.91% | 0.73% | - |
| XYZ | 10.35 | 6.2 | 47.11 | - |
| YUV | 57.1 | 200.74 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 186 | 0.91 | 0.72 | 0 | 0.27 | 226.94 | 0.84 | 0.4 |
| Hex | 10 | 35 | BA | 5B | 48 | 0 | 1B | E3 | 54 | 28 |
| Octal | 20 | 65 | 272 | 133 | 110 | 0 | 33 | 343 | 124 | 50 |
| Binary | 10000 | 110101 | 10111010 | 1011011 | 1001000 | 0 | 11011 | 11100011 | 1010100 | 101000 |
Color Harmonies of #1035BA
Complementary color
Monochromatic Colors of #1035BA
Black with #1035BA
Text Example
Text Example
White with #1035BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1035BA; }
p { color: rgb(16,53,186); }
H1.HeaderClassName
{
color: #1035BA;
}
.AnyTagClassName
{
color: #1035BA;
}
</style>
background-color css
<style>
a { background-color: #1035BA; }
a { background-color: rgb(16,53,186); }
div.DivClassName
{
background-color: #1035BA;
}
.BgClassName
{
background-color: #1035BA;
}
</style>
border-color css
<style>
span { border-color: #1035BA; }
span { border-color: rgb(16,53,186); }
td.TdClassName
{
border-color: #1035BA;
}
.TagClassName
{
border-color: #1035BA;
}
</style>