Shades of Persian Blue #1940B7
Tints of Persian Blue #1940B7
RGB
CMYK
RGB Variations
Color information
#1940B7 (or 0x1940B7) is known color: Persian Blue. HEX triplet: 19, 40 and B7. RGB value is (25,64,183). Sum of RGB (Red+Green+Blue) = 25+64+183=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 183 (71.88% from 255 or 67.28% from 272); Max value from RGB is 183 - color contains mainly: blue. Hex color #1940B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940B7 is #E6BF48. Grayscale: #414141. Windows color (decimal): -15122249 or 12009497. OLE color: 12009497.
HSL color Cylindrical-coordinate representation of color #1940B7: hue angle of 225.19º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1940B7 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 64 | 183 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.28 |
| HSL | 225.19º | 0.76% | 0.41% | - |
| HSV(B) | 225.19º | 0.86% | 0.72% | - |
| XYZ | 10.78 | 7.29 | 45.64 | - |
| YUV | 65.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 183 | 0.86 | 0.65 | 0 | 0.28 | 225.19 | 0.76 | 0.41 |
| Hex | 19 | 40 | B7 | 56 | 41 | 0 | 1C | E1 | 4C | 29 |
| Octal | 31 | 100 | 267 | 126 | 101 | 0 | 34 | 341 | 114 | 51 |
| Binary | 11001 | 1000000 | 10110111 | 1010110 | 1000001 | 0 | 11100 | 11100001 | 1001100 | 101001 |
Color Harmonies of #1940B7
Complementary color
Monochromatic Colors of #1940B7
Black with #1940B7
Text Example
Text Example
White with #1940B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1940B7; }
p { color: rgb(25,64,183); }
H1.HeaderClassName
{
color: #1940B7;
}
.AnyTagClassName
{
color: #1940B7;
}
</style>
background-color css
<style>
a { background-color: #1940B7; }
a { background-color: rgb(25,64,183); }
div.DivClassName
{
background-color: #1940B7;
}
.BgClassName
{
background-color: #1940B7;
}
</style>
border-color css
<style>
span { border-color: #1940B7; }
span { border-color: rgb(25,64,183); }
td.TdClassName
{
border-color: #1940B7;
}
.TagClassName
{
border-color: #1940B7;
}
</style>