Shades of Persian Blue #1434C7
Tints of Persian Blue #1434C7
RGB
CMYK
RGB Variations
Color information
#1434C7 (or 0x1434C7) is known color: Persian Blue. HEX triplet: 14, 34 and C7. RGB value is (20,52,199). Sum of RGB (Red+Green+Blue) = 20+52+199=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 199 (78.12% from 255 or 73.43% from 271); Max value from RGB is 199 - color contains mainly: blue. Hex color #1434C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1434C7 is #EBCB38. Grayscale: #3A3A3A. Windows color (decimal): -15452985 or 13054996. OLE color: 13054996.
HSL color Cylindrical-coordinate representation of color #1434C7: hue angle of 229.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1434C7 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 52 | 199 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.22 |
| HSL | 229.27º | 0.82% | 0.43% | - |
| HSV(B) | 229.27º | 0.9% | 0.78% | - |
| XYZ | 11.83 | 6.73 | 54.71 | - |
| YUV | 59.19 | 206.9 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 199 | 0.90 | 0.74 | 0 | 0.22 | 229.27 | 0.82 | 0.43 |
| Hex | 14 | 34 | C7 | 5A | 4A | 0 | 16 | E5 | 52 | 2B |
| Octal | 24 | 64 | 307 | 132 | 112 | 0 | 26 | 345 | 122 | 53 |
| Binary | 10100 | 110100 | 11000111 | 1011010 | 1001010 | 0 | 10110 | 11100101 | 1010010 | 101011 |
Color Harmonies of #1434C7
Complementary color
Monochromatic Colors of #1434C7
Black with #1434C7
Text Example
Text Example
White with #1434C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1434C7; }
p { color: rgb(20,52,199); }
H1.HeaderClassName
{
color: #1434C7;
}
.AnyTagClassName
{
color: #1434C7;
}
</style>
background-color css
<style>
a { background-color: #1434C7; }
a { background-color: rgb(20,52,199); }
div.DivClassName
{
background-color: #1434C7;
}
.BgClassName
{
background-color: #1434C7;
}
</style>
border-color css
<style>
span { border-color: #1434C7; }
span { border-color: rgb(20,52,199); }
td.TdClassName
{
border-color: #1434C7;
}
.TagClassName
{
border-color: #1434C7;
}
</style>