Shades of Persian Blue #1649BB
Tints of Persian Blue #1649BB
RGB
CMYK
RGB Variations
Color information
#1649BB (or 0x1649BB) is known color: Persian Blue. HEX triplet: 16, 49 and BB. RGB value is (22,73,187). Sum of RGB (Red+Green+Blue) = 22+73+187=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #1649BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1649BB is #E9B644. Grayscale: #464646. Windows color (decimal): -15316549 or 12273942. OLE color: 12273942.
HSL color Cylindrical-coordinate representation of color #1649BB: hue angle of 221.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1649BB is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 73 | 187 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.27 |
| HSL | 221.45º | 0.79% | 0.41% | - |
| HSV(B) | 221.45º | 0.88% | 0.73% | - |
| XYZ | 11.68 | 8.52 | 48.04 | - |
| YUV | 70.75 | 193.6 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 187 | 0.88 | 0.61 | 0 | 0.27 | 221.45 | 0.79 | 0.41 |
| Hex | 16 | 49 | BB | 58 | 3D | 0 | 1B | DD | 4F | 29 |
| Octal | 26 | 111 | 273 | 130 | 75 | 0 | 33 | 335 | 117 | 51 |
| Binary | 10110 | 1001001 | 10111011 | 1011000 | 111101 | 0 | 11011 | 11011101 | 1001111 | 101001 |
Color Harmonies of #1649BB
Complementary color
Monochromatic Colors of #1649BB
Black with #1649BB
Text Example
Text Example
White with #1649BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1649BB; }
p { color: rgb(22,73,187); }
H1.HeaderClassName
{
color: #1649BB;
}
.AnyTagClassName
{
color: #1649BB;
}
</style>
background-color css
<style>
a { background-color: #1649BB; }
a { background-color: rgb(22,73,187); }
div.DivClassName
{
background-color: #1649BB;
}
.BgClassName
{
background-color: #1649BB;
}
</style>
border-color css
<style>
span { border-color: #1649BB; }
span { border-color: rgb(22,73,187); }
td.TdClassName
{
border-color: #1649BB;
}
.TagClassName
{
border-color: #1649BB;
}
</style>