Shades of Persian Blue #1030BB
Tints of Persian Blue #1030BB
RGB
CMYK
RGB Variations
Color information
#1030BB (or 0x1030BB) is known color: Persian Blue. HEX triplet: 10, 30 and BB. RGB value is (16,48,187). Sum of RGB (Red+Green+Blue) = 16+48+187=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #1030BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1030BB is #EFCF44. Grayscale: #353535. Windows color (decimal): -15716165 or 12267536. OLE color: 12267536.
HSL color Cylindrical-coordinate representation of color #1030BB: hue angle of 228.77º 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 #1030BB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 48 | 187 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.27 |
| HSL | 228.77º | 0.84% | 0.4% | - |
| HSV(B) | 228.77º | 0.91% | 0.73% | - |
| XYZ | 10.24 | 5.81 | 47.6 | - |
| YUV | 54.28 | 202.9 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 187 | 0.91 | 0.74 | 0 | 0.27 | 228.77 | 0.84 | 0.4 |
| Hex | 10 | 30 | BB | 5B | 4A | 0 | 1B | E5 | 54 | 28 |
| Octal | 20 | 60 | 273 | 133 | 112 | 0 | 33 | 345 | 124 | 50 |
| Binary | 10000 | 110000 | 10111011 | 1011011 | 1001010 | 0 | 11011 | 11100101 | 1010100 | 101000 |
Color Harmonies of #1030BB
Complementary color
Monochromatic Colors of #1030BB
Black with #1030BB
Text Example
Text Example
White with #1030BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1030BB; }
p { color: rgb(16,48,187); }
H1.HeaderClassName
{
color: #1030BB;
}
.AnyTagClassName
{
color: #1030BB;
}
</style>
background-color css
<style>
a { background-color: #1030BB; }
a { background-color: rgb(16,48,187); }
div.DivClassName
{
background-color: #1030BB;
}
.BgClassName
{
background-color: #1030BB;
}
</style>
border-color css
<style>
span { border-color: #1030BB; }
span { border-color: rgb(16,48,187); }
td.TdClassName
{
border-color: #1030BB;
}
.TagClassName
{
border-color: #1030BB;
}
</style>