Shades of Persian Blue #1932BD
Tints of Persian Blue #1932BD
RGB
CMYK
RGB Variations
Color information
#1932BD (or 0x1932BD) is known color: Persian Blue. HEX triplet: 19, 32 and BD. RGB value is (25,50,189). Sum of RGB (Red+Green+Blue) = 25+50+189=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #1932BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1932BD is #E6CD42. Grayscale: #393939. Windows color (decimal): -15125827 or 12399129. OLE color: 12399129.
HSL color Cylindrical-coordinate representation of color #1932BD: hue angle of 230.85º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1932BD is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 50 | 189 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.26 |
| HSL | 230.85º | 0.77% | 0.42% | - |
| HSV(B) | 230.85º | 0.87% | 0.74% | - |
| XYZ | 10.73 | 6.16 | 48.77 | - |
| YUV | 58.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 189 | 0.87 | 0.74 | 0 | 0.26 | 230.85 | 0.77 | 0.42 |
| Hex | 19 | 32 | BD | 57 | 4A | 0 | 1A | E7 | 4D | 2A |
| Octal | 31 | 62 | 275 | 127 | 112 | 0 | 32 | 347 | 115 | 52 |
| Binary | 11001 | 110010 | 10111101 | 1010111 | 1001010 | 0 | 11010 | 11100111 | 1001101 | 101010 |
Color Harmonies of #1932BD
Complementary color
Monochromatic Colors of #1932BD
Black with #1932BD
Text Example
Text Example
White with #1932BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1932BD; }
p { color: rgb(25,50,189); }
H1.HeaderClassName
{
color: #1932BD;
}
.AnyTagClassName
{
color: #1932BD;
}
</style>
background-color css
<style>
a { background-color: #1932BD; }
a { background-color: rgb(25,50,189); }
div.DivClassName
{
background-color: #1932BD;
}
.BgClassName
{
background-color: #1932BD;
}
</style>
border-color css
<style>
span { border-color: #1932BD; }
span { border-color: rgb(25,50,189); }
td.TdClassName
{
border-color: #1932BD;
}
.TagClassName
{
border-color: #1932BD;
}
</style>