Shades of Persian Blue #1034BA
Tints of Persian Blue #1034BA
RGB
CMYK
RGB Variations
Color information
#1034BA (or 0x1034BA) is known color: Persian Blue. HEX triplet: 10, 34 and BA. RGB value is (16,52,186). Sum of RGB (Red+Green+Blue) = 16+52+186=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #1034BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1034BA is #EFCB45. Grayscale: #373737. Windows color (decimal): -15715142 or 12203024. OLE color: 12203024.
HSL color Cylindrical-coordinate representation of color #1034BA: hue angle of 227.29º 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 #1034BA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 52 | 186 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.27 |
| HSL | 227.29º | 0.84% | 0.4% | - |
| HSV(B) | 227.29º | 0.91% | 0.73% | - |
| XYZ | 10.3 | 6.11 | 47.09 | - |
| YUV | 56.51 | 201.07 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 186 | 0.91 | 0.72 | 0 | 0.27 | 227.29 | 0.84 | 0.4 |
| Hex | 10 | 34 | BA | 5B | 48 | 0 | 1B | E3 | 54 | 28 |
| Octal | 20 | 64 | 272 | 133 | 110 | 0 | 33 | 343 | 124 | 50 |
| Binary | 10000 | 110100 | 10111010 | 1011011 | 1001000 | 0 | 11011 | 11100011 | 1010100 | 101000 |
Color Harmonies of #1034BA
Complementary color
Monochromatic Colors of #1034BA
Black with #1034BA
Text Example
Text Example
White with #1034BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1034BA; }
p { color: rgb(16,52,186); }
H1.HeaderClassName
{
color: #1034BA;
}
.AnyTagClassName
{
color: #1034BA;
}
</style>
background-color css
<style>
a { background-color: #1034BA; }
a { background-color: rgb(16,52,186); }
div.DivClassName
{
background-color: #1034BA;
}
.BgClassName
{
background-color: #1034BA;
}
</style>
border-color css
<style>
span { border-color: #1034BA; }
span { border-color: rgb(16,52,186); }
td.TdClassName
{
border-color: #1034BA;
}
.TagClassName
{
border-color: #1034BA;
}
</style>