Shades of Persian Blue #132CDB
Tints of Persian Blue #132CDB
RGB
CMYK
RGB Variations
Color information
#132CDB (or 0x132CDB) is known color: Persian Blue. HEX triplet: 13, 2C and DB. RGB value is (19,44,219). Sum of RGB (Red+Green+Blue) = 19+44+219=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #132CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CDB is #ECD324. Grayscale: #373737. Windows color (decimal): -15520549 or 14363667. OLE color: 14363667.
HSL color Cylindrical-coordinate representation of color #132CDB: hue angle of 232.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132CDB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 44 | 219 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.14 |
| HSL | 232.5º | 0.84% | 0.47% | - |
| HSV(B) | 232.5º | 0.91% | 0.86% | - |
| XYZ | 13.96 | 7.05 | 67.64 | - |
| YUV | 56.48 | 219.72 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 219 | 0.91 | 0.80 | 0 | 0.14 | 232.5 | 0.84 | 0.47 |
| Hex | 13 | 2C | DB | 5B | 50 | 0 | E | E8 | 54 | 2F |
| Octal | 23 | 54 | 333 | 133 | 120 | 0 | 16 | 350 | 124 | 57 |
| Binary | 10011 | 101100 | 11011011 | 1011011 | 1010000 | 0 | 1110 | 11101000 | 1010100 | 101111 |
Color Harmonies of #132CDB
Complementary color
Monochromatic Colors of #132CDB
Black with #132CDB
Text Example
Text Example
White with #132CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CDB; }
p { color: rgb(19,44,219); }
H1.HeaderClassName
{
color: #132CDB;
}
.AnyTagClassName
{
color: #132CDB;
}
</style>
background-color css
<style>
a { background-color: #132CDB; }
a { background-color: rgb(19,44,219); }
div.DivClassName
{
background-color: #132CDB;
}
.BgClassName
{
background-color: #132CDB;
}
</style>
border-color css
<style>
span { border-color: #132CDB; }
span { border-color: rgb(19,44,219); }
td.TdClassName
{
border-color: #132CDB;
}
.TagClassName
{
border-color: #132CDB;
}
</style>