Shades of Persian Blue #132EEA
Tints of Persian Blue #132EEA
RGB
CMYK
RGB Variations
Color information
#132EEA (or 0x132EEA) is known color: Persian Blue. HEX triplet: 13, 2E and EA. RGB value is (19,46,234). Sum of RGB (Red+Green+Blue) = 19+46+234=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #132EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132EEA is #ECD115. Grayscale: #3A3A3A. Windows color (decimal): -15520022 or 15347219. OLE color: 15347219.
HSL color Cylindrical-coordinate representation of color #132EEA: hue angle of 232.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132EEA is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 46 | 234 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.08 |
| HSL | 232.47º | 0.85% | 0.5% | - |
| HSV(B) | 232.47º | 0.92% | 0.92% | - |
| XYZ | 16.1 | 8.03 | 78.54 | - |
| YUV | 59.36 | 226.55 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 234 | 0.92 | 0.80 | 0 | 0.08 | 232.47 | 0.85 | 0.5 |
| Hex | 13 | 2E | EA | 5C | 50 | 0 | 8 | E8 | 55 | 32 |
| Octal | 23 | 56 | 352 | 134 | 120 | 0 | 10 | 350 | 125 | 62 |
| Binary | 10011 | 101110 | 11101010 | 1011100 | 1010000 | 0 | 1000 | 11101000 | 1010101 | 110010 |
Color Harmonies of #132EEA
Complementary color
Monochromatic Colors of #132EEA
Black with #132EEA
Text Example
Text Example
White with #132EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132EEA; }
p { color: rgb(19,46,234); }
H1.HeaderClassName
{
color: #132EEA;
}
.AnyTagClassName
{
color: #132EEA;
}
</style>
background-color css
<style>
a { background-color: #132EEA; }
a { background-color: rgb(19,46,234); }
div.DivClassName
{
background-color: #132EEA;
}
.BgClassName
{
background-color: #132EEA;
}
</style>
border-color css
<style>
span { border-color: #132EEA; }
span { border-color: rgb(19,46,234); }
td.TdClassName
{
border-color: #132EEA;
}
.TagClassName
{
border-color: #132EEA;
}
</style>