Shades of Persian Blue #1449C7
Tints of Persian Blue #1449C7
RGB
CMYK
RGB Variations
Color information
#1449C7 (or 0x1449C7) is known color: Persian Blue. HEX triplet: 14, 49 and C7. RGB value is (20,73,199). Sum of RGB (Red+Green+Blue) = 20+73+199=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 199 (78.12% from 255 or 68.15% from 292); Max value from RGB is 199 - color contains mainly: blue. Hex color #1449C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449C7 is #EBB638. Grayscale: #464646. Windows color (decimal): -15447609 or 13060372. OLE color: 13060372.
HSL color Cylindrical-coordinate representation of color #1449C7: hue angle of 222.23º 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 #1449C7 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 73 | 199 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.22 |
| HSL | 222.23º | 0.82% | 0.43% | - |
| HSV(B) | 222.23º | 0.9% | 0.78% | - |
| XYZ | 12.98 | 9.04 | 55.09 | - |
| YUV | 71.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 199 | 0.90 | 0.63 | 0 | 0.22 | 222.23 | 0.82 | 0.43 |
| Hex | 14 | 49 | C7 | 5A | 3F | 0 | 16 | DE | 52 | 2B |
| Octal | 24 | 111 | 307 | 132 | 77 | 0 | 26 | 336 | 122 | 53 |
| Binary | 10100 | 1001001 | 11000111 | 1011010 | 111111 | 0 | 10110 | 11011110 | 1010010 | 101011 |
Color Harmonies of #1449C7
Complementary color
Monochromatic Colors of #1449C7
Black with #1449C7
Text Example
Text Example
White with #1449C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449C7; }
p { color: rgb(20,73,199); }
H1.HeaderClassName
{
color: #1449C7;
}
.AnyTagClassName
{
color: #1449C7;
}
</style>
background-color css
<style>
a { background-color: #1449C7; }
a { background-color: rgb(20,73,199); }
div.DivClassName
{
background-color: #1449C7;
}
.BgClassName
{
background-color: #1449C7;
}
</style>
border-color css
<style>
span { border-color: #1449C7; }
span { border-color: rgb(20,73,199); }
td.TdClassName
{
border-color: #1449C7;
}
.TagClassName
{
border-color: #1449C7;
}
</style>