Shades of Persian Blue #1C2AAE
Tints of Persian Blue #1C2AAE
RGB
CMYK
RGB Variations
Color information
#1C2AAE (or 0x1C2AAE) is known color: Persian Blue. HEX triplet: 1C, 2A and AE. RGB value is (28,42,174). Sum of RGB (Red+Green+Blue) = 28+42+174=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C2AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2AAE is #E3D551. Grayscale: #343434. Windows color (decimal): -14931282 or 11414044. OLE color: 11414044.
HSL color Cylindrical-coordinate representation of color #1C2AAE: hue angle of 234.25º 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 #1C2AAE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 42 | 174 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.32 |
| HSL | 234.25º | 0.72% | 0.4% | - |
| HSV(B) | 234.25º | 0.84% | 0.68% | - |
| XYZ | 8.95 | 4.96 | 40.53 | - |
| YUV | 52.86 | 196.36 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 42 | 174 | 0.84 | 0.76 | 0 | 0.32 | 234.25 | 0.72 | 0.4 |
| Hex | 1C | 2A | AE | 54 | 4C | 0 | 20 | EA | 48 | 28 |
| Octal | 34 | 52 | 256 | 124 | 114 | 0 | 40 | 352 | 110 | 50 |
| Binary | 11100 | 101010 | 10101110 | 1010100 | 1001100 | 0 | 100000 | 11101010 | 1001000 | 101000 |
Color Harmonies of #1C2AAE
Complementary color
Monochromatic Colors of #1C2AAE
Black with #1C2AAE
Text Example
Text Example
White with #1C2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2AAE; }
p { color: rgb(28,42,174); }
H1.HeaderClassName
{
color: #1C2AAE;
}
.AnyTagClassName
{
color: #1C2AAE;
}
</style>
background-color css
<style>
a { background-color: #1C2AAE; }
a { background-color: rgb(28,42,174); }
div.DivClassName
{
background-color: #1C2AAE;
}
.BgClassName
{
background-color: #1C2AAE;
}
</style>
border-color css
<style>
span { border-color: #1C2AAE; }
span { border-color: rgb(28,42,174); }
td.TdClassName
{
border-color: #1C2AAE;
}
.TagClassName
{
border-color: #1C2AAE;
}
</style>