Shades of Persian Blue #1429C1
Tints of Persian Blue #1429C1
RGB
CMYK
RGB Variations
Color information
#1429C1 (or 0x1429C1) is known color: Persian Blue. HEX triplet: 14, 29 and C1. RGB value is (20,41,193). Sum of RGB (Red+Green+Blue) = 20+41+193=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 193 (75.78% from 255 or 75.98% from 254); Max value from RGB is 193 - color contains mainly: blue. Hex color #1429C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429C1 is #EBD63E. Grayscale: #333333. Windows color (decimal): -15455807 or 12658964. OLE color: 12658964.
HSL color Cylindrical-coordinate representation of color #1429C1: hue angle of 232.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1429C1 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 41 | 193 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.24 |
| HSL | 232.72º | 0.81% | 0.42% | - |
| HSV(B) | 232.72º | 0.9% | 0.76% | - |
| XYZ | 10.71 | 5.58 | 50.97 | - |
| YUV | 52.05 | 207.54 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 193 | 0.90 | 0.79 | 0 | 0.24 | 232.72 | 0.81 | 0.42 |
| Hex | 14 | 29 | C1 | 5A | 4F | 0 | 18 | E9 | 51 | 2A |
| Octal | 24 | 51 | 301 | 132 | 117 | 0 | 30 | 351 | 121 | 52 |
| Binary | 10100 | 101001 | 11000001 | 1011010 | 1001111 | 0 | 11000 | 11101001 | 1010001 | 101010 |
Color Harmonies of #1429C1
Complementary color
Monochromatic Colors of #1429C1
Black with #1429C1
Text Example
Text Example
White with #1429C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429C1; }
p { color: rgb(20,41,193); }
H1.HeaderClassName
{
color: #1429C1;
}
.AnyTagClassName
{
color: #1429C1;
}
</style>
background-color css
<style>
a { background-color: #1429C1; }
a { background-color: rgb(20,41,193); }
div.DivClassName
{
background-color: #1429C1;
}
.BgClassName
{
background-color: #1429C1;
}
</style>
border-color css
<style>
span { border-color: #1429C1; }
span { border-color: rgb(20,41,193); }
td.TdClassName
{
border-color: #1429C1;
}
.TagClassName
{
border-color: #1429C1;
}
</style>