Shades of Persian Blue #1430EA
Tints of Persian Blue #1430EA
RGB
CMYK
RGB Variations
Color information
#1430EA (or 0x1430EA) is known color: Persian Blue. HEX triplet: 14, 30 and EA. RGB value is (20,48,234). Sum of RGB (Red+Green+Blue) = 20+48+234=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #1430EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1430EA is #EBCF15. Grayscale: #3C3C3C. Windows color (decimal): -15453974 or 15347732. OLE color: 15347732.
HSL color Cylindrical-coordinate representation of color #1430EA: hue angle of 232.15º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1430EA is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 48 | 234 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.08 |
| HSL | 232.15º | 0.84% | 0.5% | - |
| HSV(B) | 232.15º | 0.91% | 0.92% | - |
| XYZ | 16.2 | 8.2 | 78.57 | - |
| YUV | 60.83 | 225.72 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 234 | 0.91 | 0.79 | 0 | 0.08 | 232.15 | 0.84 | 0.5 |
| Hex | 14 | 30 | EA | 5B | 4F | 0 | 8 | E8 | 54 | 32 |
| Octal | 24 | 60 | 352 | 133 | 117 | 0 | 10 | 350 | 124 | 62 |
| Binary | 10100 | 110000 | 11101010 | 1011011 | 1001111 | 0 | 1000 | 11101000 | 1010100 | 110010 |
Color Harmonies of #1430EA
Complementary color
Monochromatic Colors of #1430EA
Black with #1430EA
Text Example
Text Example
White with #1430EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1430EA; }
p { color: rgb(20,48,234); }
H1.HeaderClassName
{
color: #1430EA;
}
.AnyTagClassName
{
color: #1430EA;
}
</style>
background-color css
<style>
a { background-color: #1430EA; }
a { background-color: rgb(20,48,234); }
div.DivClassName
{
background-color: #1430EA;
}
.BgClassName
{
background-color: #1430EA;
}
</style>
border-color css
<style>
span { border-color: #1430EA; }
span { border-color: rgb(20,48,234); }
td.TdClassName
{
border-color: #1430EA;
}
.TagClassName
{
border-color: #1430EA;
}
</style>