Shades of Persian Blue #1432E0
Tints of Persian Blue #1432E0
RGB
CMYK
RGB Variations
Color information
#1432E0 (or 0x1432E0) is known color: Persian Blue. HEX triplet: 14, 32 and E0. RGB value is (20,50,224). Sum of RGB (Red+Green+Blue) = 20+50+224=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 224 (87.89% from 255 or 76.19% from 294); Max value from RGB is 224 - color contains mainly: blue. Hex color #1432E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432E0 is #EBCD1F. Grayscale: #3C3C3C. Windows color (decimal): -15453472 or 14692884. OLE color: 14692884.
HSL color Cylindrical-coordinate representation of color #1432E0: hue angle of 231.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1432E0 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 50 | 224 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.12 |
| HSL | 231.18º | 0.84% | 0.48% | - |
| HSV(B) | 231.18º | 0.91% | 0.88% | - |
| XYZ | 14.88 | 7.81 | 71.24 | - |
| YUV | 60.87 | 220.06 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 224 | 0.91 | 0.78 | 0 | 0.12 | 231.18 | 0.84 | 0.48 |
| Hex | 14 | 32 | E0 | 5B | 4E | 0 | C | E7 | 54 | 30 |
| Octal | 24 | 62 | 340 | 133 | 116 | 0 | 14 | 347 | 124 | 60 |
| Binary | 10100 | 110010 | 11100000 | 1011011 | 1001110 | 0 | 1100 | 11100111 | 1010100 | 110000 |
Color Harmonies of #1432E0
Complementary color
Monochromatic Colors of #1432E0
Black with #1432E0
Text Example
Text Example
White with #1432E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1432E0; }
p { color: rgb(20,50,224); }
H1.HeaderClassName
{
color: #1432E0;
}
.AnyTagClassName
{
color: #1432E0;
}
</style>
background-color css
<style>
a { background-color: #1432E0; }
a { background-color: rgb(20,50,224); }
div.DivClassName
{
background-color: #1432E0;
}
.BgClassName
{
background-color: #1432E0;
}
</style>
border-color css
<style>
span { border-color: #1432E0; }
span { border-color: rgb(20,50,224); }
td.TdClassName
{
border-color: #1432E0;
}
.TagClassName
{
border-color: #1432E0;
}
</style>