Shades of Persian Blue #1430E5
Tints of Persian Blue #1430E5
RGB
CMYK
RGB Variations
Color information
#1430E5 (or 0x1430E5) is known color: Persian Blue. HEX triplet: 14, 30 and E5. RGB value is (20,48,229). Sum of RGB (Red+Green+Blue) = 20+48+229=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 229 (89.84% from 255 or 77.10% from 297); Max value from RGB is 229 - color contains mainly: blue. Hex color #1430E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1430E5 is #EBCF1A. Grayscale: #3B3B3B. Windows color (decimal): -15453979 or 15020052. OLE color: 15020052.
HSL color Cylindrical-coordinate representation of color #1430E5: hue angle of 231.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1430E5 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 48 | 229 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.10 |
| HSL | 231.96º | 0.84% | 0.49% | - |
| HSV(B) | 231.96º | 0.91% | 0.9% | - |
| XYZ | 15.49 | 7.92 | 74.84 | - |
| YUV | 60.26 | 223.22 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 229 | 0.91 | 0.79 | 0 | 0.10 | 231.96 | 0.84 | 0.49 |
| Hex | 14 | 30 | E5 | 5B | 4F | 0 | A | E8 | 54 | 31 |
| Octal | 24 | 60 | 345 | 133 | 117 | 0 | 12 | 350 | 124 | 61 |
| Binary | 10100 | 110000 | 11100101 | 1011011 | 1001111 | 0 | 1010 | 11101000 | 1010100 | 110001 |
Color Harmonies of #1430E5
Complementary color
Monochromatic Colors of #1430E5
Black with #1430E5
Text Example
Text Example
White with #1430E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1430E5; }
p { color: rgb(20,48,229); }
H1.HeaderClassName
{
color: #1430E5;
}
.AnyTagClassName
{
color: #1430E5;
}
</style>
background-color css
<style>
a { background-color: #1430E5; }
a { background-color: rgb(20,48,229); }
div.DivClassName
{
background-color: #1430E5;
}
.BgClassName
{
background-color: #1430E5;
}
</style>
border-color css
<style>
span { border-color: #1430E5; }
span { border-color: rgb(20,48,229); }
td.TdClassName
{
border-color: #1430E5;
}
.TagClassName
{
border-color: #1430E5;
}
</style>