Shades of Persian Blue #1429CF
Tints of Persian Blue #1429CF
RGB
CMYK
RGB Variations
Color information
#1429CF (or 0x1429CF) is known color: Persian Blue. HEX triplet: 14, 29 and CF. RGB value is (20,41,207). Sum of RGB (Red+Green+Blue) = 20+41+207=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #1429CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429CF is #EBD630. Grayscale: #343434. Windows color (decimal): -15455793 or 13576468. OLE color: 13576468.
HSL color Cylindrical-coordinate representation of color #1429CF: hue angle of 233.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1429CF is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 41 | 207 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.19 |
| HSL | 233.26º | 0.82% | 0.45% | - |
| HSV(B) | 233.26º | 0.9% | 0.81% | - |
| XYZ | 12.34 | 6.24 | 59.59 | - |
| YUV | 53.65 | 214.54 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 207 | 0.90 | 0.80 | 0 | 0.19 | 233.26 | 0.82 | 0.45 |
| Hex | 14 | 29 | CF | 5A | 50 | 0 | 13 | E9 | 52 | 2D |
| Octal | 24 | 51 | 317 | 132 | 120 | 0 | 23 | 351 | 122 | 55 |
| Binary | 10100 | 101001 | 11001111 | 1011010 | 1010000 | 0 | 10011 | 11101001 | 1010010 | 101101 |
Color Harmonies of #1429CF
Complementary color
Monochromatic Colors of #1429CF
Black with #1429CF
Text Example
Text Example
White with #1429CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429CF; }
p { color: rgb(20,41,207); }
H1.HeaderClassName
{
color: #1429CF;
}
.AnyTagClassName
{
color: #1429CF;
}
</style>
background-color css
<style>
a { background-color: #1429CF; }
a { background-color: rgb(20,41,207); }
div.DivClassName
{
background-color: #1429CF;
}
.BgClassName
{
background-color: #1429CF;
}
</style>
border-color css
<style>
span { border-color: #1429CF; }
span { border-color: rgb(20,41,207); }
td.TdClassName
{
border-color: #1429CF;
}
.TagClassName
{
border-color: #1429CF;
}
</style>