Shades of Persian Blue #132EDA
Tints of Persian Blue #132EDA
RGB
CMYK
RGB Variations
Color information
#132EDA (or 0x132EDA) is known color: Persian Blue. HEX triplet: 13, 2E and DA. RGB value is (19,46,218). Sum of RGB (Red+Green+Blue) = 19+46+218=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #132EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EDA is #ECD125. Grayscale: #383838. Windows color (decimal): -15520038 or 14298643. OLE color: 14298643.
HSL color Cylindrical-coordinate representation of color #132EDA: hue angle of 231.86º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132EDA is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 46 | 218 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.15 |
| HSL | 231.86º | 0.84% | 0.46% | - |
| HSV(B) | 231.86º | 0.91% | 0.85% | - |
| XYZ | 13.9 | 7.15 | 66.98 | - |
| YUV | 57.54 | 218.55 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 218 | 0.91 | 0.79 | 0 | 0.15 | 231.86 | 0.84 | 0.46 |
| Hex | 13 | 2E | DA | 5B | 4F | 0 | F | E8 | 54 | 2E |
| Octal | 23 | 56 | 332 | 133 | 117 | 0 | 17 | 350 | 124 | 56 |
| Binary | 10011 | 101110 | 11011010 | 1011011 | 1001111 | 0 | 1111 | 11101000 | 1010100 | 101110 |
Color Harmonies of #132EDA
Complementary color
Monochromatic Colors of #132EDA
Black with #132EDA
Text Example
Text Example
White with #132EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132EDA; }
p { color: rgb(19,46,218); }
H1.HeaderClassName
{
color: #132EDA;
}
.AnyTagClassName
{
color: #132EDA;
}
</style>
background-color css
<style>
a { background-color: #132EDA; }
a { background-color: rgb(19,46,218); }
div.DivClassName
{
background-color: #132EDA;
}
.BgClassName
{
background-color: #132EDA;
}
</style>
border-color css
<style>
span { border-color: #132EDA; }
span { border-color: rgb(19,46,218); }
td.TdClassName
{
border-color: #132EDA;
}
.TagClassName
{
border-color: #132EDA;
}
</style>