Shades of Persian Blue #1936BA
Tints of Persian Blue #1936BA
RGB
CMYK
RGB Variations
Color information
#1936BA (or 0x1936BA) is known color: Persian Blue. HEX triplet: 19, 36 and BA. RGB value is (25,54,186). Sum of RGB (Red+Green+Blue) = 25+54+186=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #1936BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1936BA is #E6C945. Grayscale: #3B3B3B. Windows color (decimal): -15124806 or 12203545. OLE color: 12203545.
HSL color Cylindrical-coordinate representation of color #1936BA: hue angle of 229.19º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1936BA is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 54 | 186 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.27 |
| HSL | 229.19º | 0.76% | 0.41% | - |
| HSV(B) | 229.19º | 0.87% | 0.73% | - |
| XYZ | 10.58 | 6.39 | 47.13 | - |
| YUV | 60.38 | 198.89 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 186 | 0.87 | 0.71 | 0 | 0.27 | 229.19 | 0.76 | 0.41 |
| Hex | 19 | 36 | BA | 57 | 47 | 0 | 1B | E5 | 4C | 29 |
| Octal | 31 | 66 | 272 | 127 | 107 | 0 | 33 | 345 | 114 | 51 |
| Binary | 11001 | 110110 | 10111010 | 1010111 | 1000111 | 0 | 11011 | 11100101 | 1001100 | 101001 |
Color Harmonies of #1936BA
Complementary color
Monochromatic Colors of #1936BA
Black with #1936BA
Text Example
Text Example
White with #1936BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1936BA; }
p { color: rgb(25,54,186); }
H1.HeaderClassName
{
color: #1936BA;
}
.AnyTagClassName
{
color: #1936BA;
}
</style>
background-color css
<style>
a { background-color: #1936BA; }
a { background-color: rgb(25,54,186); }
div.DivClassName
{
background-color: #1936BA;
}
.BgClassName
{
background-color: #1936BA;
}
</style>
border-color css
<style>
span { border-color: #1936BA; }
span { border-color: rgb(25,54,186); }
td.TdClassName
{
border-color: #1936BA;
}
.TagClassName
{
border-color: #1936BA;
}
</style>