Shades of Persian Blue #132EC7
Tints of Persian Blue #132EC7
RGB
CMYK
RGB Variations
Color information
#132EC7 (or 0x132EC7) is known color: Persian Blue. HEX triplet: 13, 2E and C7. RGB value is (19,46,199). Sum of RGB (Red+Green+Blue) = 19+46+199=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 199 (78.12% from 255 or 75.38% from 264); Max value from RGB is 199 - color contains mainly: blue. Hex color #132EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EC7 is #ECD138. Grayscale: #363636. Windows color (decimal): -15520057 or 13053459. OLE color: 13053459.
HSL color Cylindrical-coordinate representation of color #132EC7: hue angle of 231º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132EC7 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 46 | 199 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.22 |
| HSL | 231º | 0.83% | 0.43% | - |
| HSV(B) | 231º | 0.9% | 0.78% | - |
| XYZ | 11.55 | 6.22 | 54.62 | - |
| YUV | 55.37 | 209.05 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 199 | 0.90 | 0.77 | 0 | 0.22 | 231 | 0.83 | 0.43 |
| Hex | 13 | 2E | C7 | 5A | 4D | 0 | 16 | E7 | 53 | 2B |
| Octal | 23 | 56 | 307 | 132 | 115 | 0 | 26 | 347 | 123 | 53 |
| Binary | 10011 | 101110 | 11000111 | 1011010 | 1001101 | 0 | 10110 | 11100111 | 1010011 | 101011 |
Color Harmonies of #132EC7
Complementary color
Monochromatic Colors of #132EC7
Black with #132EC7
Text Example
Text Example
White with #132EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132EC7; }
p { color: rgb(19,46,199); }
H1.HeaderClassName
{
color: #132EC7;
}
.AnyTagClassName
{
color: #132EC7;
}
</style>
background-color css
<style>
a { background-color: #132EC7; }
a { background-color: rgb(19,46,199); }
div.DivClassName
{
background-color: #132EC7;
}
.BgClassName
{
background-color: #132EC7;
}
</style>
border-color css
<style>
span { border-color: #132EC7; }
span { border-color: rgb(19,46,199); }
td.TdClassName
{
border-color: #132EC7;
}
.TagClassName
{
border-color: #132EC7;
}
</style>