Shades of Persian Blue #132FE6
Tints of Persian Blue #132FE6
RGB
CMYK
RGB Variations
Color information
#132FE6 (or 0x132FE6) is known color: Persian Blue. HEX triplet: 13, 2F and E6. RGB value is (19,47,230). Sum of RGB (Red+Green+Blue) = 19+47+230=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 230 (90.23% from 255 or 77.70% from 296); Max value from RGB is 230 - color contains mainly: blue. Hex color #132FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132FE6 is #ECD019. Grayscale: #3A3A3A. Windows color (decimal): -15519770 or 15085331. OLE color: 15085331.
HSL color Cylindrical-coordinate representation of color #132FE6: hue angle of 232.04º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132FE6 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 47 | 230 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.10 |
| HSL | 232.04º | 0.85% | 0.49% | - |
| HSV(B) | 232.04º | 0.92% | 0.9% | - |
| XYZ | 15.57 | 7.88 | 75.56 | - |
| YUV | 59.49 | 224.22 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 230 | 0.92 | 0.80 | 0 | 0.10 | 232.04 | 0.85 | 0.49 |
| Hex | 13 | 2F | E6 | 5C | 50 | 0 | A | E8 | 55 | 31 |
| Octal | 23 | 57 | 346 | 134 | 120 | 0 | 12 | 350 | 125 | 61 |
| Binary | 10011 | 101111 | 11100110 | 1011100 | 1010000 | 0 | 1010 | 11101000 | 1010101 | 110001 |
Color Harmonies of #132FE6
Complementary color
Monochromatic Colors of #132FE6
Black with #132FE6
Text Example
Text Example
White with #132FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132FE6; }
p { color: rgb(19,47,230); }
H1.HeaderClassName
{
color: #132FE6;
}
.AnyTagClassName
{
color: #132FE6;
}
</style>
background-color css
<style>
a { background-color: #132FE6; }
a { background-color: rgb(19,47,230); }
div.DivClassName
{
background-color: #132FE6;
}
.BgClassName
{
background-color: #132FE6;
}
</style>
border-color css
<style>
span { border-color: #132FE6; }
span { border-color: rgb(19,47,230); }
td.TdClassName
{
border-color: #132FE6;
}
.TagClassName
{
border-color: #132FE6;
}
</style>