Shades of Persian Blue #1439E9
Tints of Persian Blue #1439E9
RGB
CMYK
RGB Variations
Color information
#1439E9 (or 0x1439E9) is known color: Persian Blue. HEX triplet: 14, 39 and E9. RGB value is (20,57,233). Sum of RGB (Red+Green+Blue) = 20+57+233=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #1439E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1439E9 is #EBC616. Grayscale: #414141. Windows color (decimal): -15451671 or 15284500. OLE color: 15284500.
HSL color Cylindrical-coordinate representation of color #1439E9: hue angle of 229.58º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1439E9 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 57 | 233 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.09 |
| HSL | 229.58º | 0.84% | 0.5% | - |
| HSV(B) | 229.58º | 0.91% | 0.91% | - |
| XYZ | 16.46 | 8.96 | 77.95 | - |
| YUV | 66 | 222.24 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 233 | 0.91 | 0.76 | 0 | 0.09 | 229.58 | 0.84 | 0.5 |
| Hex | 14 | 39 | E9 | 5B | 4C | 0 | 9 | E6 | 54 | 32 |
| Octal | 24 | 71 | 351 | 133 | 114 | 0 | 11 | 346 | 124 | 62 |
| Binary | 10100 | 111001 | 11101001 | 1011011 | 1001100 | 0 | 1001 | 11100110 | 1010100 | 110010 |
Color Harmonies of #1439E9
Complementary color
Monochromatic Colors of #1439E9
Black with #1439E9
Text Example
Text Example
White with #1439E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1439E9; }
p { color: rgb(20,57,233); }
H1.HeaderClassName
{
color: #1439E9;
}
.AnyTagClassName
{
color: #1439E9;
}
</style>
background-color css
<style>
a { background-color: #1439E9; }
a { background-color: rgb(20,57,233); }
div.DivClassName
{
background-color: #1439E9;
}
.BgClassName
{
background-color: #1439E9;
}
</style>
border-color css
<style>
span { border-color: #1439E9; }
span { border-color: rgb(20,57,233); }
td.TdClassName
{
border-color: #1439E9;
}
.TagClassName
{
border-color: #1439E9;
}
</style>