Shades of Persian Blue #1032BA
Tints of Persian Blue #1032BA
RGB
CMYK
RGB Variations
Color information
#1032BA (or 0x1032BA) is known color: Persian Blue. HEX triplet: 10, 32 and BA. RGB value is (16,50,186). Sum of RGB (Red+Green+Blue) = 16+50+186=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #1032BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1032BA is #EFCD45. Grayscale: #363636. Windows color (decimal): -15715654 or 12202512. OLE color: 12202512.
HSL color Cylindrical-coordinate representation of color #1032BA: hue angle of 228º 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 #1032BA is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 50 | 186 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.27 |
| HSL | 228º | 0.84% | 0.4% | - |
| HSV(B) | 228º | 0.91% | 0.73% | - |
| XYZ | 10.22 | 5.94 | 47.06 | - |
| YUV | 55.34 | 201.74 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 186 | 0.91 | 0.73 | 0 | 0.27 | 228 | 0.84 | 0.4 |
| Hex | 10 | 32 | BA | 5B | 49 | 0 | 1B | E4 | 54 | 28 |
| Octal | 20 | 62 | 272 | 133 | 111 | 0 | 33 | 344 | 124 | 50 |
| Binary | 10000 | 110010 | 10111010 | 1011011 | 1001001 | 0 | 11011 | 11100100 | 1010100 | 101000 |
Color Harmonies of #1032BA
Complementary color
Monochromatic Colors of #1032BA
Black with #1032BA
Text Example
Text Example
White with #1032BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1032BA; }
p { color: rgb(16,50,186); }
H1.HeaderClassName
{
color: #1032BA;
}
.AnyTagClassName
{
color: #1032BA;
}
</style>
background-color css
<style>
a { background-color: #1032BA; }
a { background-color: rgb(16,50,186); }
div.DivClassName
{
background-color: #1032BA;
}
.BgClassName
{
background-color: #1032BA;
}
</style>
border-color css
<style>
span { border-color: #1032BA; }
span { border-color: rgb(16,50,186); }
td.TdClassName
{
border-color: #1032BA;
}
.TagClassName
{
border-color: #1032BA;
}
</style>