Shades of Persian Blue #132CB5
Tints of Persian Blue #132CB5
RGB
CMYK
RGB Variations
Color information
#132CB5 (or 0x132CB5) is known color: Persian Blue. HEX triplet: 13, 2C and B5. RGB value is (19,44,181). Sum of RGB (Red+Green+Blue) = 19+44+181=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 181 (71.09% from 255 or 74.18% from 244); Max value from RGB is 181 - color contains mainly: blue. Hex color #132CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CB5 is #ECD34A. Grayscale: #333333. Windows color (decimal): -15520587 or 11873299. OLE color: 11873299.
HSL color Cylindrical-coordinate representation of color #132CB5: hue angle of 230.74º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132CB5 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 44 | 181 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.29 |
| HSL | 230.74º | 0.81% | 0.39% | - |
| HSV(B) | 230.74º | 0.9% | 0.71% | - |
| XYZ | 9.51 | 5.28 | 44.23 | - |
| YUV | 52.14 | 200.72 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 181 | 0.90 | 0.76 | 0 | 0.29 | 230.74 | 0.81 | 0.39 |
| Hex | 13 | 2C | B5 | 5A | 4C | 0 | 1D | E7 | 51 | 27 |
| Octal | 23 | 54 | 265 | 132 | 114 | 0 | 35 | 347 | 121 | 47 |
| Binary | 10011 | 101100 | 10110101 | 1011010 | 1001100 | 0 | 11101 | 11100111 | 1010001 | 100111 |
Color Harmonies of #132CB5
Complementary color
Monochromatic Colors of #132CB5
Black with #132CB5
Text Example
Text Example
White with #132CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CB5; }
p { color: rgb(19,44,181); }
H1.HeaderClassName
{
color: #132CB5;
}
.AnyTagClassName
{
color: #132CB5;
}
</style>
background-color css
<style>
a { background-color: #132CB5; }
a { background-color: rgb(19,44,181); }
div.DivClassName
{
background-color: #132CB5;
}
.BgClassName
{
background-color: #132CB5;
}
</style>
border-color css
<style>
span { border-color: #132CB5; }
span { border-color: rgb(19,44,181); }
td.TdClassName
{
border-color: #132CB5;
}
.TagClassName
{
border-color: #132CB5;
}
</style>