Shades of Persian Blue #132CBA
Tints of Persian Blue #132CBA
RGB
CMYK
RGB Variations
Color information
#132CBA (or 0x132CBA) is known color: Persian Blue. HEX triplet: 13, 2C and BA. RGB value is (19,44,186). Sum of RGB (Red+Green+Blue) = 19+44+186=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #132CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CBA is #ECD345. Grayscale: #343434. Windows color (decimal): -15520582 or 12200979. OLE color: 12200979.
HSL color Cylindrical-coordinate representation of color #132CBA: hue angle of 231.02º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132CBA is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 44 | 186 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.27 |
| HSL | 231.02º | 0.81% | 0.4% | - |
| HSV(B) | 231.02º | 0.9% | 0.73% | - |
| XYZ | 10.03 | 5.48 | 46.98 | - |
| YUV | 52.71 | 203.22 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 186 | 0.90 | 0.76 | 0 | 0.27 | 231.02 | 0.81 | 0.4 |
| Hex | 13 | 2C | BA | 5A | 4C | 0 | 1B | E7 | 51 | 28 |
| Octal | 23 | 54 | 272 | 132 | 114 | 0 | 33 | 347 | 121 | 50 |
| Binary | 10011 | 101100 | 10111010 | 1011010 | 1001100 | 0 | 11011 | 11100111 | 1010001 | 101000 |
Color Harmonies of #132CBA
Complementary color
Monochromatic Colors of #132CBA
Black with #132CBA
Text Example
Text Example
White with #132CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CBA; }
p { color: rgb(19,44,186); }
H1.HeaderClassName
{
color: #132CBA;
}
.AnyTagClassName
{
color: #132CBA;
}
</style>
background-color css
<style>
a { background-color: #132CBA; }
a { background-color: rgb(19,44,186); }
div.DivClassName
{
background-color: #132CBA;
}
.BgClassName
{
background-color: #132CBA;
}
</style>
border-color css
<style>
span { border-color: #132CBA; }
span { border-color: rgb(19,44,186); }
td.TdClassName
{
border-color: #132CBA;
}
.TagClassName
{
border-color: #132CBA;
}
</style>