Shades of Persian Blue #1631BA
Tints of Persian Blue #1631BA
RGB
CMYK
RGB Variations
Color information
#1631BA (or 0x1631BA) is known color: Persian Blue. HEX triplet: 16, 31 and BA. RGB value is (22,49,186). Sum of RGB (Red+Green+Blue) = 22+49+186=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #1631BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1631BA is #E9CE45. Grayscale: #373737. Windows color (decimal): -15322694 or 12202262. OLE color: 12202262.
HSL color Cylindrical-coordinate representation of color #1631BA: hue angle of 230.12º 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 #1631BA is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 49 | 186 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.27 |
| HSL | 230.12º | 0.79% | 0.41% | - |
| HSV(B) | 230.12º | 0.88% | 0.73% | - |
| XYZ | 10.29 | 5.91 | 47.05 | - |
| YUV | 56.55 | 201.05 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 186 | 0.88 | 0.74 | 0 | 0.27 | 230.12 | 0.79 | 0.41 |
| Hex | 16 | 31 | BA | 58 | 4A | 0 | 1B | E6 | 4F | 29 |
| Octal | 26 | 61 | 272 | 130 | 112 | 0 | 33 | 346 | 117 | 51 |
| Binary | 10110 | 110001 | 10111010 | 1011000 | 1001010 | 0 | 11011 | 11100110 | 1001111 | 101001 |
Color Harmonies of #1631BA
Complementary color
Monochromatic Colors of #1631BA
Black with #1631BA
Text Example
Text Example
White with #1631BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631BA; }
p { color: rgb(22,49,186); }
H1.HeaderClassName
{
color: #1631BA;
}
.AnyTagClassName
{
color: #1631BA;
}
</style>
background-color css
<style>
a { background-color: #1631BA; }
a { background-color: rgb(22,49,186); }
div.DivClassName
{
background-color: #1631BA;
}
.BgClassName
{
background-color: #1631BA;
}
</style>
border-color css
<style>
span { border-color: #1631BA; }
span { border-color: rgb(22,49,186); }
td.TdClassName
{
border-color: #1631BA;
}
.TagClassName
{
border-color: #1631BA;
}
</style>