Shades of Persian Blue #132DBF
Tints of Persian Blue #132DBF
RGB
CMYK
RGB Variations
Color information
#132DBF (or 0x132DBF) is known color: Persian Blue. HEX triplet: 13, 2D and BF. RGB value is (19,45,191). Sum of RGB (Red+Green+Blue) = 19+45+191=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #132DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DBF is #ECD240. Grayscale: #353535. Windows color (decimal): -15520321 or 12528915. OLE color: 12528915.
HSL color Cylindrical-coordinate representation of color #132DBF: hue angle of 230.93º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132DBF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 45 | 191 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.25 |
| HSL | 230.93º | 0.82% | 0.41% | - |
| HSV(B) | 230.93º | 0.9% | 0.75% | - |
| XYZ | 10.61 | 5.78 | 49.85 | - |
| YUV | 53.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 191 | 0.90 | 0.76 | 0 | 0.25 | 230.93 | 0.82 | 0.41 |
| Hex | 13 | 2D | BF | 5A | 4C | 0 | 19 | E7 | 52 | 29 |
| Octal | 23 | 55 | 277 | 132 | 114 | 0 | 31 | 347 | 122 | 51 |
| Binary | 10011 | 101101 | 10111111 | 1011010 | 1001100 | 0 | 11001 | 11100111 | 1010010 | 101001 |
Color Harmonies of #132DBF
Complementary color
Monochromatic Colors of #132DBF
Black with #132DBF
Text Example
Text Example
White with #132DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DBF; }
p { color: rgb(19,45,191); }
H1.HeaderClassName
{
color: #132DBF;
}
.AnyTagClassName
{
color: #132DBF;
}
</style>
background-color css
<style>
a { background-color: #132DBF; }
a { background-color: rgb(19,45,191); }
div.DivClassName
{
background-color: #132DBF;
}
.BgClassName
{
background-color: #132DBF;
}
</style>
border-color css
<style>
span { border-color: #132DBF; }
span { border-color: rgb(19,45,191); }
td.TdClassName
{
border-color: #132DBF;
}
.TagClassName
{
border-color: #132DBF;
}
</style>