Shades of Persian Blue #1C49AE
Tints of Persian Blue #1C49AE
RGB
CMYK
RGB Variations
Color information
#1C49AE (or 0x1C49AE) is known color: Persian Blue. HEX triplet: 1C, 49 and AE. RGB value is (28,73,174). Sum of RGB (Red+Green+Blue) = 28+73+174=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C49AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C49AE is #E3B651. Grayscale: #464646. Windows color (decimal): -14923346 or 11421980. OLE color: 11421980.
HSL color Cylindrical-coordinate representation of color #1C49AE: hue angle of 221.51º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C49AE is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 73 | 174 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.32 |
| HSL | 221.51º | 0.72% | 0.4% | - |
| HSV(B) | 221.51º | 0.84% | 0.68% | - |
| XYZ | 10.5 | 8.07 | 41.05 | - |
| YUV | 71.06 | 186.09 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 174 | 0.84 | 0.58 | 0 | 0.32 | 221.51 | 0.72 | 0.4 |
| Hex | 1C | 49 | AE | 54 | 3A | 0 | 20 | DE | 48 | 28 |
| Octal | 34 | 111 | 256 | 124 | 72 | 0 | 40 | 336 | 110 | 50 |
| Binary | 11100 | 1001001 | 10101110 | 1010100 | 111010 | 0 | 100000 | 11011110 | 1001000 | 101000 |
Color Harmonies of #1C49AE
Complementary color
Monochromatic Colors of #1C49AE
Black with #1C49AE
Text Example
Text Example
White with #1C49AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C49AE; }
p { color: rgb(28,73,174); }
H1.HeaderClassName
{
color: #1C49AE;
}
.AnyTagClassName
{
color: #1C49AE;
}
</style>
background-color css
<style>
a { background-color: #1C49AE; }
a { background-color: rgb(28,73,174); }
div.DivClassName
{
background-color: #1C49AE;
}
.BgClassName
{
background-color: #1C49AE;
}
</style>
border-color css
<style>
span { border-color: #1C49AE; }
span { border-color: rgb(28,73,174); }
td.TdClassName
{
border-color: #1C49AE;
}
.TagClassName
{
border-color: #1C49AE;
}
</style>