Shades of Persian Blue #1031BA
Tints of Persian Blue #1031BA
RGB
CMYK
RGB Variations
Color information
#1031BA (or 0x1031BA) is known color: Persian Blue. HEX triplet: 10, 31 and BA. RGB value is (16,49,186). Sum of RGB (Red+Green+Blue) = 16+49+186=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #1031BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1031BA is #EFCE45. Grayscale: #363636. Windows color (decimal): -15715910 or 12202256. OLE color: 12202256.
HSL color Cylindrical-coordinate representation of color #1031BA: hue angle of 228.35º 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 #1031BA is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 49 | 186 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.27 |
| HSL | 228.35º | 0.84% | 0.4% | - |
| HSV(B) | 228.35º | 0.91% | 0.73% | - |
| XYZ | 10.17 | 5.85 | 47.05 | - |
| YUV | 54.75 | 202.07 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 186 | 0.91 | 0.74 | 0 | 0.27 | 228.35 | 0.84 | 0.4 |
| Hex | 10 | 31 | BA | 5B | 4A | 0 | 1B | E4 | 54 | 28 |
| Octal | 20 | 61 | 272 | 133 | 112 | 0 | 33 | 344 | 124 | 50 |
| Binary | 10000 | 110001 | 10111010 | 1011011 | 1001010 | 0 | 11011 | 11100100 | 1010100 | 101000 |
Color Harmonies of #1031BA
Complementary color
Monochromatic Colors of #1031BA
Black with #1031BA
Text Example
Text Example
White with #1031BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1031BA; }
p { color: rgb(16,49,186); }
H1.HeaderClassName
{
color: #1031BA;
}
.AnyTagClassName
{
color: #1031BA;
}
</style>
background-color css
<style>
a { background-color: #1031BA; }
a { background-color: rgb(16,49,186); }
div.DivClassName
{
background-color: #1031BA;
}
.BgClassName
{
background-color: #1031BA;
}
</style>
border-color css
<style>
span { border-color: #1031BA; }
span { border-color: rgb(16,49,186); }
td.TdClassName
{
border-color: #1031BA;
}
.TagClassName
{
border-color: #1031BA;
}
</style>