Shades of Persian Blue #132DDB
Tints of Persian Blue #132DDB
RGB
CMYK
RGB Variations
Color information
#132DDB (or 0x132DDB) is known color: Persian Blue. HEX triplet: 13, 2D and DB. RGB value is (19,45,219). Sum of RGB (Red+Green+Blue) = 19+45+219=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #132DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DDB is #ECD224. Grayscale: #383838. Windows color (decimal): -15520293 or 14363923. OLE color: 14363923.
HSL color Cylindrical-coordinate representation of color #132DDB: hue angle of 232.2º 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 #132DDB is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 45 | 219 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.14 |
| HSL | 232.2º | 0.84% | 0.47% | - |
| HSV(B) | 232.2º | 0.91% | 0.86% | - |
| XYZ | 13.99 | 7.13 | 67.66 | - |
| YUV | 57.06 | 219.39 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 219 | 0.91 | 0.79 | 0 | 0.14 | 232.2 | 0.84 | 0.47 |
| Hex | 13 | 2D | DB | 5B | 4F | 0 | E | E8 | 54 | 2F |
| Octal | 23 | 55 | 333 | 133 | 117 | 0 | 16 | 350 | 124 | 57 |
| Binary | 10011 | 101101 | 11011011 | 1011011 | 1001111 | 0 | 1110 | 11101000 | 1010100 | 101111 |
Color Harmonies of #132DDB
Complementary color
Monochromatic Colors of #132DDB
Black with #132DDB
Text Example
Text Example
White with #132DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DDB; }
p { color: rgb(19,45,219); }
H1.HeaderClassName
{
color: #132DDB;
}
.AnyTagClassName
{
color: #132DDB;
}
</style>
background-color css
<style>
a { background-color: #132DDB; }
a { background-color: rgb(19,45,219); }
div.DivClassName
{
background-color: #132DDB;
}
.BgClassName
{
background-color: #132DDB;
}
</style>
border-color css
<style>
span { border-color: #132DDB; }
span { border-color: rgb(19,45,219); }
td.TdClassName
{
border-color: #132DDB;
}
.TagClassName
{
border-color: #132DDB;
}
</style>