Shades of Persian Blue #1428E9
Tints of Persian Blue #1428E9
RGB
CMYK
RGB Variations
Color information
#1428E9 (or 0x1428E9) is known color: Persian Blue. HEX triplet: 14, 28 and E9. RGB value is (20,40,233). Sum of RGB (Red+Green+Blue) = 20+40+233=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 233 (91.41% from 255 or 79.52% from 293); Max value from RGB is 233 - color contains mainly: blue. Hex color #1428E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1428E9 is #EBD716. Grayscale: #373737. Windows color (decimal): -15456023 or 15280148. OLE color: 15280148.
HSL color Cylindrical-coordinate representation of color #1428E9: hue angle of 234.37º 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 #1428E9 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 40 | 233 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.09 |
| HSL | 234.37º | 0.84% | 0.5% | - |
| HSV(B) | 234.37º | 0.91% | 0.91% | - |
| XYZ | 15.76 | 7.55 | 77.72 | - |
| YUV | 56.02 | 227.87 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 233 | 0.91 | 0.83 | 0 | 0.09 | 234.37 | 0.84 | 0.5 |
| Hex | 14 | 28 | E9 | 5B | 53 | 0 | 9 | EA | 54 | 32 |
| Octal | 24 | 50 | 351 | 133 | 123 | 0 | 11 | 352 | 124 | 62 |
| Binary | 10100 | 101000 | 11101001 | 1011011 | 1010011 | 0 | 1001 | 11101010 | 1010100 | 110010 |
Color Harmonies of #1428E9
Complementary color
Monochromatic Colors of #1428E9
Black with #1428E9
Text Example
Text Example
White with #1428E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428E9; }
p { color: rgb(20,40,233); }
H1.HeaderClassName
{
color: #1428E9;
}
.AnyTagClassName
{
color: #1428E9;
}
</style>
background-color css
<style>
a { background-color: #1428E9; }
a { background-color: rgb(20,40,233); }
div.DivClassName
{
background-color: #1428E9;
}
.BgClassName
{
background-color: #1428E9;
}
</style>
border-color css
<style>
span { border-color: #1428E9; }
span { border-color: rgb(20,40,233); }
td.TdClassName
{
border-color: #1428E9;
}
.TagClassName
{
border-color: #1428E9;
}
</style>