Shades of Persian Blue #1429D9
Tints of Persian Blue #1429D9
RGB
CMYK
RGB Variations
Color information
#1429D9 (or 0x1429D9) is known color: Persian Blue. HEX triplet: 14, 29 and D9. RGB value is (20,41,217). Sum of RGB (Red+Green+Blue) = 20+41+217=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 217 (85.16% from 255 or 78.06% from 278); Max value from RGB is 217 - color contains mainly: blue. Hex color #1429D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429D9 is #EBD626. Grayscale: #363636. Windows color (decimal): -15455783 or 14231828. OLE color: 14231828.
HSL color Cylindrical-coordinate representation of color #1429D9: hue angle of 233.6º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1429D9 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 41 | 217 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.15 |
| HSL | 233.6º | 0.83% | 0.46% | - |
| HSV(B) | 233.6º | 0.91% | 0.85% | - |
| XYZ | 13.61 | 6.74 | 66.23 | - |
| YUV | 54.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 217 | 0.91 | 0.81 | 0 | 0.15 | 233.6 | 0.83 | 0.46 |
| Hex | 14 | 29 | D9 | 5B | 51 | 0 | F | EA | 53 | 2E |
| Octal | 24 | 51 | 331 | 133 | 121 | 0 | 17 | 352 | 123 | 56 |
| Binary | 10100 | 101001 | 11011001 | 1011011 | 1010001 | 0 | 1111 | 11101010 | 1010011 | 101110 |
Color Harmonies of #1429D9
Complementary color
Monochromatic Colors of #1429D9
Black with #1429D9
Text Example
Text Example
White with #1429D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429D9; }
p { color: rgb(20,41,217); }
H1.HeaderClassName
{
color: #1429D9;
}
.AnyTagClassName
{
color: #1429D9;
}
</style>
background-color css
<style>
a { background-color: #1429D9; }
a { background-color: rgb(20,41,217); }
div.DivClassName
{
background-color: #1429D9;
}
.BgClassName
{
background-color: #1429D9;
}
</style>
border-color css
<style>
span { border-color: #1429D9; }
span { border-color: rgb(20,41,217); }
td.TdClassName
{
border-color: #1429D9;
}
.TagClassName
{
border-color: #1429D9;
}
</style>