Shades of Persian Blue #132DBB
Tints of Persian Blue #132DBB
RGB
CMYK
RGB Variations
Color information
#132DBB (or 0x132DBB) is known color: Persian Blue. HEX triplet: 13, 2D and BB. RGB value is (19,45,187). Sum of RGB (Red+Green+Blue) = 19+45+187=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #132DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DBB is #ECD244. Grayscale: #343434. Windows color (decimal): -15520325 or 12266771. OLE color: 12266771.
HSL color Cylindrical-coordinate representation of color #132DBB: hue angle of 230.71º degrees, saturation: 0.82, 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 #132DBB is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 45 | 187 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.27 |
| HSL | 230.71º | 0.82% | 0.4% | - |
| HSV(B) | 230.71º | 0.9% | 0.73% | - |
| XYZ | 10.18 | 5.6 | 47.56 | - |
| YUV | 53.41 | 203.39 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 187 | 0.90 | 0.76 | 0 | 0.27 | 230.71 | 0.82 | 0.4 |
| Hex | 13 | 2D | BB | 5A | 4C | 0 | 1B | E7 | 52 | 28 |
| Octal | 23 | 55 | 273 | 132 | 114 | 0 | 33 | 347 | 122 | 50 |
| Binary | 10011 | 101101 | 10111011 | 1011010 | 1001100 | 0 | 11011 | 11100111 | 1010010 | 101000 |
Color Harmonies of #132DBB
Complementary color
Monochromatic Colors of #132DBB
Black with #132DBB
Text Example
Text Example
White with #132DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DBB; }
p { color: rgb(19,45,187); }
H1.HeaderClassName
{
color: #132DBB;
}
.AnyTagClassName
{
color: #132DBB;
}
</style>
background-color css
<style>
a { background-color: #132DBB; }
a { background-color: rgb(19,45,187); }
div.DivClassName
{
background-color: #132DBB;
}
.BgClassName
{
background-color: #132DBB;
}
</style>
border-color css
<style>
span { border-color: #132DBB; }
span { border-color: rgb(19,45,187); }
td.TdClassName
{
border-color: #132DBB;
}
.TagClassName
{
border-color: #132DBB;
}
</style>