Shades of Persian Blue #132DBD
Tints of Persian Blue #132DBD
RGB
CMYK
RGB Variations
Color information
#132DBD (or 0x132DBD) is known color: Persian Blue. HEX triplet: 13, 2D and BD. RGB value is (19,45,189). Sum of RGB (Red+Green+Blue) = 19+45+189=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #132DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DBD is #ECD242. Grayscale: #353535. Windows color (decimal): -15520323 or 12397843. OLE color: 12397843.
HSL color Cylindrical-coordinate representation of color #132DBD: hue angle of 230.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132DBD is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 45 | 189 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.26 |
| HSL | 230.82º | 0.82% | 0.41% | - |
| HSV(B) | 230.82º | 0.9% | 0.74% | - |
| XYZ | 10.39 | 5.69 | 48.69 | - |
| YUV | 53.64 | 204.39 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 189 | 0.90 | 0.76 | 0 | 0.26 | 230.82 | 0.82 | 0.41 |
| Hex | 13 | 2D | BD | 5A | 4C | 0 | 1A | E7 | 52 | 29 |
| Octal | 23 | 55 | 275 | 132 | 114 | 0 | 32 | 347 | 122 | 51 |
| Binary | 10011 | 101101 | 10111101 | 1011010 | 1001100 | 0 | 11010 | 11100111 | 1010010 | 101001 |
Color Harmonies of #132DBD
Complementary color
Monochromatic Colors of #132DBD
Black with #132DBD
Text Example
Text Example
White with #132DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DBD; }
p { color: rgb(19,45,189); }
H1.HeaderClassName
{
color: #132DBD;
}
.AnyTagClassName
{
color: #132DBD;
}
</style>
background-color css
<style>
a { background-color: #132DBD; }
a { background-color: rgb(19,45,189); }
div.DivClassName
{
background-color: #132DBD;
}
.BgClassName
{
background-color: #132DBD;
}
</style>
border-color css
<style>
span { border-color: #132DBD; }
span { border-color: rgb(19,45,189); }
td.TdClassName
{
border-color: #132DBD;
}
.TagClassName
{
border-color: #132DBD;
}
</style>