Shades of Persian Blue #1649BD
Tints of Persian Blue #1649BD
RGB
CMYK
RGB Variations
Color information
#1649BD (or 0x1649BD) is known color: Persian Blue. HEX triplet: 16, 49 and BD. RGB value is (22,73,189). Sum of RGB (Red+Green+Blue) = 22+73+189=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #1649BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1649BD is #E9B642. Grayscale: #464646. Windows color (decimal): -15316547 or 12405014. OLE color: 12405014.
HSL color Cylindrical-coordinate representation of color #1649BD: hue angle of 221.68º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1649BD is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 73 | 189 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.26 |
| HSL | 221.68º | 0.79% | 0.41% | - |
| HSV(B) | 221.68º | 0.88% | 0.74% | - |
| XYZ | 11.9 | 8.61 | 49.18 | - |
| YUV | 70.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 189 | 0.88 | 0.61 | 0 | 0.26 | 221.68 | 0.79 | 0.41 |
| Hex | 16 | 49 | BD | 58 | 3D | 0 | 1A | DE | 4F | 29 |
| Octal | 26 | 111 | 275 | 130 | 75 | 0 | 32 | 336 | 117 | 51 |
| Binary | 10110 | 1001001 | 10111101 | 1011000 | 111101 | 0 | 11010 | 11011110 | 1001111 | 101001 |
Color Harmonies of #1649BD
Complementary color
Monochromatic Colors of #1649BD
Black with #1649BD
Text Example
Text Example
White with #1649BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1649BD; }
p { color: rgb(22,73,189); }
H1.HeaderClassName
{
color: #1649BD;
}
.AnyTagClassName
{
color: #1649BD;
}
</style>
background-color css
<style>
a { background-color: #1649BD; }
a { background-color: rgb(22,73,189); }
div.DivClassName
{
background-color: #1649BD;
}
.BgClassName
{
background-color: #1649BD;
}
</style>
border-color css
<style>
span { border-color: #1649BD; }
span { border-color: rgb(22,73,189); }
td.TdClassName
{
border-color: #1649BD;
}
.TagClassName
{
border-color: #1649BD;
}
</style>