Shades of Persian Blue #132FED
Tints of Persian Blue #132FED
RGB
CMYK
RGB Variations
Color information
#132FED (or 0x132FED) is known color: Persian Blue. HEX triplet: 13, 2F and ED. RGB value is (19,47,237). Sum of RGB (Red+Green+Blue) = 19+47+237=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #132FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132FED is #ECD012. Grayscale: #3B3B3B. Windows color (decimal): -15519763 or 15544083. OLE color: 15544083.
HSL color Cylindrical-coordinate representation of color #132FED: hue angle of 232.29º 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 #132FED is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 47 | 237 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.07 |
| HSL | 232.29º | 0.86% | 0.5% | - |
| HSV(B) | 232.29º | 0.92% | 0.93% | - |
| XYZ | 16.57 | 8.29 | 80.85 | - |
| YUV | 60.29 | 227.72 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 237 | 0.92 | 0.80 | 0 | 0.07 | 232.29 | 0.86 | 0.5 |
| Hex | 13 | 2F | ED | 5C | 50 | 0 | 7 | E8 | 56 | 32 |
| Octal | 23 | 57 | 355 | 134 | 120 | 0 | 7 | 350 | 126 | 62 |
| Binary | 10011 | 101111 | 11101101 | 1011100 | 1010000 | 0 | 111 | 11101000 | 1010110 | 110010 |
Color Harmonies of #132FED
Complementary color
Monochromatic Colors of #132FED
Black with #132FED
Text Example
Text Example
White with #132FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132FED; }
p { color: rgb(19,47,237); }
H1.HeaderClassName
{
color: #132FED;
}
.AnyTagClassName
{
color: #132FED;
}
</style>
background-color css
<style>
a { background-color: #132FED; }
a { background-color: rgb(19,47,237); }
div.DivClassName
{
background-color: #132FED;
}
.BgClassName
{
background-color: #132FED;
}
</style>
border-color css
<style>
span { border-color: #132FED; }
span { border-color: rgb(19,47,237); }
td.TdClassName
{
border-color: #132FED;
}
.TagClassName
{
border-color: #132FED;
}
</style>