Shades of Persian Blue #1646BA
Tints of Persian Blue #1646BA
RGB
CMYK
RGB Variations
Color information
#1646BA (or 0x1646BA) is known color: Persian Blue. HEX triplet: 16, 46 and BA. RGB value is (22,70,186). Sum of RGB (Red+Green+Blue) = 22+70+186=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #1646BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1646BA is #E9B945. Grayscale: #444444. Windows color (decimal): -15317318 or 12207638. OLE color: 12207638.
HSL color Cylindrical-coordinate representation of color #1646BA: hue angle of 222.44º 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 #1646BA is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 70 | 186 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.27 |
| HSL | 222.44º | 0.79% | 0.41% | - |
| HSV(B) | 222.44º | 0.88% | 0.73% | - |
| XYZ | 11.38 | 8.1 | 47.42 | - |
| YUV | 68.87 | 194.1 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 186 | 0.88 | 0.62 | 0 | 0.27 | 222.44 | 0.79 | 0.41 |
| Hex | 16 | 46 | BA | 58 | 3E | 0 | 1B | DE | 4F | 29 |
| Octal | 26 | 106 | 272 | 130 | 76 | 0 | 33 | 336 | 117 | 51 |
| Binary | 10110 | 1000110 | 10111010 | 1011000 | 111110 | 0 | 11011 | 11011110 | 1001111 | 101001 |
Color Harmonies of #1646BA
Complementary color
Monochromatic Colors of #1646BA
Black with #1646BA
Text Example
Text Example
White with #1646BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1646BA; }
p { color: rgb(22,70,186); }
H1.HeaderClassName
{
color: #1646BA;
}
.AnyTagClassName
{
color: #1646BA;
}
</style>
background-color css
<style>
a { background-color: #1646BA; }
a { background-color: rgb(22,70,186); }
div.DivClassName
{
background-color: #1646BA;
}
.BgClassName
{
background-color: #1646BA;
}
</style>
border-color css
<style>
span { border-color: #1646BA; }
span { border-color: rgb(22,70,186); }
td.TdClassName
{
border-color: #1646BA;
}
.TagClassName
{
border-color: #1646BA;
}
</style>