Shades of Persian Blue #1429CC
Tints of Persian Blue #1429CC
RGB
CMYK
RGB Variations
Color information
#1429CC (or 0x1429CC) is known color: Persian Blue. HEX triplet: 14, 29 and CC. RGB value is (20,41,204). Sum of RGB (Red+Green+Blue) = 20+41+204=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #1429CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429CC is #EBD633. Grayscale: #343434. Windows color (decimal): -15455796 or 13379860. OLE color: 13379860.
HSL color Cylindrical-coordinate representation of color #1429CC: hue angle of 233.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1429CC is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 41 | 204 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.2 |
| HSL | 233.15º | 0.82% | 0.44% | - |
| HSV(B) | 233.15º | 0.9% | 0.8% | - |
| XYZ | 11.98 | 6.09 | 57.67 | - |
| YUV | 53.3 | 213.04 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 204 | 0.90 | 0.80 | 0 | 0.2 | 233.15 | 0.82 | 0.44 |
| Hex | 14 | 29 | CC | 5A | 50 | 0 | 14 | E9 | 52 | 2C |
| Octal | 24 | 51 | 314 | 132 | 120 | 0 | 24 | 351 | 122 | 54 |
| Binary | 10100 | 101001 | 11001100 | 1011010 | 1010000 | 0 | 10100 | 11101001 | 1010010 | 101100 |
Color Harmonies of #1429CC
Complementary color
Monochromatic Colors of #1429CC
Black with #1429CC
Text Example
Text Example
White with #1429CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429CC; }
p { color: rgb(20,41,204); }
H1.HeaderClassName
{
color: #1429CC;
}
.AnyTagClassName
{
color: #1429CC;
}
</style>
background-color css
<style>
a { background-color: #1429CC; }
a { background-color: rgb(20,41,204); }
div.DivClassName
{
background-color: #1429CC;
}
.BgClassName
{
background-color: #1429CC;
}
</style>
border-color css
<style>
span { border-color: #1429CC; }
span { border-color: rgb(20,41,204); }
td.TdClassName
{
border-color: #1429CC;
}
.TagClassName
{
border-color: #1429CC;
}
</style>