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