Shades of Persian Blue #1932B9
Tints of Persian Blue #1932B9
RGB
CMYK
RGB Variations
Color information
#1932B9 (or 0x1932B9) is known color: Persian Blue. HEX triplet: 19, 32 and B9. RGB value is (25,50,185). Sum of RGB (Red+Green+Blue) = 25+50+185=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 185 (72.66% from 255 or 71.15% from 260); Max value from RGB is 185 - color contains mainly: blue. Hex color #1932B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1932B9 is #E6CD46. Grayscale: #393939. Windows color (decimal): -15125831 or 12136985. OLE color: 12136985.
HSL color Cylindrical-coordinate representation of color #1932B9: hue angle of 230.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1932B9 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 50 | 185 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.27 |
| HSL | 230.63º | 0.76% | 0.41% | - |
| HSV(B) | 230.63º | 0.86% | 0.73% | - |
| XYZ | 10.3 | 5.99 | 46.51 | - |
| YUV | 57.92 | 199.72 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 185 | 0.86 | 0.73 | 0 | 0.27 | 230.63 | 0.76 | 0.41 |
| Hex | 19 | 32 | B9 | 56 | 49 | 0 | 1B | E7 | 4C | 29 |
| Octal | 31 | 62 | 271 | 126 | 111 | 0 | 33 | 347 | 114 | 51 |
| Binary | 11001 | 110010 | 10111001 | 1010110 | 1001001 | 0 | 11011 | 11100111 | 1001100 | 101001 |
Color Harmonies of #1932B9
Complementary color
Monochromatic Colors of #1932B9
Black with #1932B9
Text Example
Text Example
White with #1932B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1932B9; }
p { color: rgb(25,50,185); }
H1.HeaderClassName
{
color: #1932B9;
}
.AnyTagClassName
{
color: #1932B9;
}
</style>
background-color css
<style>
a { background-color: #1932B9; }
a { background-color: rgb(25,50,185); }
div.DivClassName
{
background-color: #1932B9;
}
.BgClassName
{
background-color: #1932B9;
}
</style>
border-color css
<style>
span { border-color: #1932B9; }
span { border-color: rgb(25,50,185); }
td.TdClassName
{
border-color: #1932B9;
}
.TagClassName
{
border-color: #1932B9;
}
</style>