Shades of Persian Blue #132BDD
Tints of Persian Blue #132BDD
RGB
CMYK
RGB Variations
Color information
#132BDD (or 0x132BDD) is known color: Persian Blue. HEX triplet: 13, 2B and DD. RGB value is (19,43,221). Sum of RGB (Red+Green+Blue) = 19+43+221=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #132BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BDD is #ECD422. Grayscale: #373737. Windows color (decimal): -15520803 or 14494483. OLE color: 14494483.
HSL color Cylindrical-coordinate representation of color #132BDD: hue angle of 232.87º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132BDD is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 43 | 221 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.13 |
| HSL | 232.87º | 0.84% | 0.47% | - |
| HSV(B) | 232.87º | 0.91% | 0.87% | - |
| XYZ | 14.18 | 7.09 | 69.03 | - |
| YUV | 56.12 | 221.05 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 221 | 0.91 | 0.81 | 0 | 0.13 | 232.87 | 0.84 | 0.47 |
| Hex | 13 | 2B | DD | 5B | 51 | 0 | D | E9 | 54 | 2F |
| Octal | 23 | 53 | 335 | 133 | 121 | 0 | 15 | 351 | 124 | 57 |
| Binary | 10011 | 101011 | 11011101 | 1011011 | 1010001 | 0 | 1101 | 11101001 | 1010100 | 101111 |
Color Harmonies of #132BDD
Complementary color
Monochromatic Colors of #132BDD
Black with #132BDD
Text Example
Text Example
White with #132BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132BDD; }
p { color: rgb(19,43,221); }
H1.HeaderClassName
{
color: #132BDD;
}
.AnyTagClassName
{
color: #132BDD;
}
</style>
background-color css
<style>
a { background-color: #132BDD; }
a { background-color: rgb(19,43,221); }
div.DivClassName
{
background-color: #132BDD;
}
.BgClassName
{
background-color: #132BDD;
}
</style>
border-color css
<style>
span { border-color: #132BDD; }
span { border-color: rgb(19,43,221); }
td.TdClassName
{
border-color: #132BDD;
}
.TagClassName
{
border-color: #132BDD;
}
</style>