Shades of Persian Blue #1940BA
Tints of Persian Blue #1940BA
RGB
CMYK
RGB Variations
Color information
#1940BA (or 0x1940BA) is known color: Persian Blue. HEX triplet: 19, 40 and BA. RGB value is (25,64,186). Sum of RGB (Red+Green+Blue) = 25+64+186=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #1940BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940BA is #E6BF45. Grayscale: #414141. Windows color (decimal): -15122246 or 12206105. OLE color: 12206105.
HSL color Cylindrical-coordinate representation of color #1940BA: hue angle of 225.47º 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 #1940BA is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 64 | 186 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.27 |
| HSL | 225.47º | 0.76% | 0.41% | - |
| HSV(B) | 225.47º | 0.87% | 0.73% | - |
| XYZ | 11.1 | 7.42 | 47.3 | - |
| YUV | 66.25 | 195.58 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 186 | 0.87 | 0.66 | 0 | 0.27 | 225.47 | 0.76 | 0.41 |
| Hex | 19 | 40 | BA | 57 | 42 | 0 | 1B | E1 | 4C | 29 |
| Octal | 31 | 100 | 272 | 127 | 102 | 0 | 33 | 341 | 114 | 51 |
| Binary | 11001 | 1000000 | 10111010 | 1010111 | 1000010 | 0 | 11011 | 11100001 | 1001100 | 101001 |
Color Harmonies of #1940BA
Complementary color
Monochromatic Colors of #1940BA
Black with #1940BA
Text Example
Text Example
White with #1940BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1940BA; }
p { color: rgb(25,64,186); }
H1.HeaderClassName
{
color: #1940BA;
}
.AnyTagClassName
{
color: #1940BA;
}
</style>
background-color css
<style>
a { background-color: #1940BA; }
a { background-color: rgb(25,64,186); }
div.DivClassName
{
background-color: #1940BA;
}
.BgClassName
{
background-color: #1940BA;
}
</style>
border-color css
<style>
span { border-color: #1940BA; }
span { border-color: rgb(25,64,186); }
td.TdClassName
{
border-color: #1940BA;
}
.TagClassName
{
border-color: #1940BA;
}
</style>