Shades of Persian Blue #132DED
Tints of Persian Blue #132DED
RGB
CMYK
RGB Variations
Color information
#132DED (or 0x132DED) is known color: Persian Blue. HEX triplet: 13, 2D and ED. RGB value is (19,45,237). Sum of RGB (Red+Green+Blue) = 19+45+237=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #132DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132DED is #ECD212. Grayscale: #3A3A3A. Windows color (decimal): -15520275 or 15543571. OLE color: 15543571.
HSL color Cylindrical-coordinate representation of color #132DED: hue angle of 232.84º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132DED is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 45 | 237 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.07 |
| HSL | 232.84º | 0.86% | 0.5% | - |
| HSV(B) | 232.84º | 0.92% | 0.93% | - |
| XYZ | 16.49 | 8.13 | 80.82 | - |
| YUV | 59.11 | 228.39 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 237 | 0.92 | 0.81 | 0 | 0.07 | 232.84 | 0.86 | 0.5 |
| Hex | 13 | 2D | ED | 5C | 51 | 0 | 7 | E9 | 56 | 32 |
| Octal | 23 | 55 | 355 | 134 | 121 | 0 | 7 | 351 | 126 | 62 |
| Binary | 10011 | 101101 | 11101101 | 1011100 | 1010001 | 0 | 111 | 11101001 | 1010110 | 110010 |
Color Harmonies of #132DED
Complementary color
Monochromatic Colors of #132DED
Black with #132DED
Text Example
Text Example
White with #132DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DED; }
p { color: rgb(19,45,237); }
H1.HeaderClassName
{
color: #132DED;
}
.AnyTagClassName
{
color: #132DED;
}
</style>
background-color css
<style>
a { background-color: #132DED; }
a { background-color: rgb(19,45,237); }
div.DivClassName
{
background-color: #132DED;
}
.BgClassName
{
background-color: #132DED;
}
</style>
border-color css
<style>
span { border-color: #132DED; }
span { border-color: rgb(19,45,237); }
td.TdClassName
{
border-color: #132DED;
}
.TagClassName
{
border-color: #132DED;
}
</style>