Shades of Persian Blue #1649C6
Tints of Persian Blue #1649C6
RGB
CMYK
RGB Variations
Color information
#1649C6 (or 0x1649C6) is known color: Persian Blue. HEX triplet: 16, 49 and C6. RGB value is (22,73,198). Sum of RGB (Red+Green+Blue) = 22+73+198=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #1649C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1649C6 is #E9B639. Grayscale: #474747. Windows color (decimal): -15316538 or 12994838. OLE color: 12994838.
HSL color Cylindrical-coordinate representation of color #1649C6: hue angle of 222.61º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1649C6 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 73 | 198 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.22 |
| HSL | 222.61º | 0.8% | 0.43% | - |
| HSV(B) | 222.61º | 0.89% | 0.78% | - |
| XYZ | 12.91 | 9.01 | 54.49 | - |
| YUV | 72 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 198 | 0.89 | 0.63 | 0 | 0.22 | 222.61 | 0.8 | 0.43 |
| Hex | 16 | 49 | C6 | 59 | 3F | 0 | 16 | DF | 50 | 2B |
| Octal | 26 | 111 | 306 | 131 | 77 | 0 | 26 | 337 | 120 | 53 |
| Binary | 10110 | 1001001 | 11000110 | 1011001 | 111111 | 0 | 10110 | 11011111 | 1010000 | 101011 |
Color Harmonies of #1649C6
Complementary color
Monochromatic Colors of #1649C6
Black with #1649C6
Text Example
Text Example
White with #1649C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1649C6; }
p { color: rgb(22,73,198); }
H1.HeaderClassName
{
color: #1649C6;
}
.AnyTagClassName
{
color: #1649C6;
}
</style>
background-color css
<style>
a { background-color: #1649C6; }
a { background-color: rgb(22,73,198); }
div.DivClassName
{
background-color: #1649C6;
}
.BgClassName
{
background-color: #1649C6;
}
</style>
border-color css
<style>
span { border-color: #1649C6; }
span { border-color: rgb(22,73,198); }
td.TdClassName
{
border-color: #1649C6;
}
.TagClassName
{
border-color: #1649C6;
}
</style>