Shades of Persian Blue #1937BA
Tints of Persian Blue #1937BA
RGB
CMYK
RGB Variations
Color information
#1937BA (or 0x1937BA) is known color: Persian Blue. HEX triplet: 19, 37 and BA. RGB value is (25,55,186). Sum of RGB (Red+Green+Blue) = 25+55+186=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #1937BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1937BA is #E6C845. Grayscale: #3C3C3C. Windows color (decimal): -15124550 or 12203801. OLE color: 12203801.
HSL color Cylindrical-coordinate representation of color #1937BA: hue angle of 228.82º 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 #1937BA is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 55 | 186 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.27 |
| HSL | 228.82º | 0.76% | 0.41% | - |
| HSV(B) | 228.82º | 0.87% | 0.73% | - |
| XYZ | 10.63 | 6.48 | 47.15 | - |
| YUV | 60.96 | 198.56 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 186 | 0.87 | 0.70 | 0 | 0.27 | 228.82 | 0.76 | 0.41 |
| Hex | 19 | 37 | BA | 57 | 46 | 0 | 1B | E5 | 4C | 29 |
| Octal | 31 | 67 | 272 | 127 | 106 | 0 | 33 | 345 | 114 | 51 |
| Binary | 11001 | 110111 | 10111010 | 1010111 | 1000110 | 0 | 11011 | 11100101 | 1001100 | 101001 |
Color Harmonies of #1937BA
Complementary color
Monochromatic Colors of #1937BA
Black with #1937BA
Text Example
Text Example
White with #1937BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1937BA; }
p { color: rgb(25,55,186); }
H1.HeaderClassName
{
color: #1937BA;
}
.AnyTagClassName
{
color: #1937BA;
}
</style>
background-color css
<style>
a { background-color: #1937BA; }
a { background-color: rgb(25,55,186); }
div.DivClassName
{
background-color: #1937BA;
}
.BgClassName
{
background-color: #1937BA;
}
</style>
border-color css
<style>
span { border-color: #1937BA; }
span { border-color: rgb(25,55,186); }
td.TdClassName
{
border-color: #1937BA;
}
.TagClassName
{
border-color: #1937BA;
}
</style>