Shades of Persian Blue #132DBC
Tints of Persian Blue #132DBC
RGB
CMYK
RGB Variations
Color information
#132DBC (or 0x132DBC) is known color: Persian Blue. HEX triplet: 13, 2D and BC. RGB value is (19,45,188). Sum of RGB (Red+Green+Blue) = 19+45+188=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #132DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DBC is #ECD243. Grayscale: #343434. Windows color (decimal): -15520324 or 12332307. OLE color: 12332307.
HSL color Cylindrical-coordinate representation of color #132DBC: hue angle of 230.77º 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 #132DBC is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 45 | 188 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.26 |
| HSL | 230.77º | 0.82% | 0.41% | - |
| HSV(B) | 230.77º | 0.9% | 0.74% | - |
| XYZ | 10.28 | 5.65 | 48.12 | - |
| YUV | 53.53 | 203.89 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 188 | 0.90 | 0.76 | 0 | 0.26 | 230.77 | 0.82 | 0.41 |
| Hex | 13 | 2D | BC | 5A | 4C | 0 | 1A | E7 | 52 | 29 |
| Octal | 23 | 55 | 274 | 132 | 114 | 0 | 32 | 347 | 122 | 51 |
| Binary | 10011 | 101101 | 10111100 | 1011010 | 1001100 | 0 | 11010 | 11100111 | 1010010 | 101001 |
Color Harmonies of #132DBC
Complementary color
Monochromatic Colors of #132DBC
Black with #132DBC
Text Example
Text Example
White with #132DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DBC; }
p { color: rgb(19,45,188); }
H1.HeaderClassName
{
color: #132DBC;
}
.AnyTagClassName
{
color: #132DBC;
}
</style>
background-color css
<style>
a { background-color: #132DBC; }
a { background-color: rgb(19,45,188); }
div.DivClassName
{
background-color: #132DBC;
}
.BgClassName
{
background-color: #132DBC;
}
</style>
border-color css
<style>
span { border-color: #132DBC; }
span { border-color: rgb(19,45,188); }
td.TdClassName
{
border-color: #132DBC;
}
.TagClassName
{
border-color: #132DBC;
}
</style>