Shades of Persian Blue #1A49AD
Tints of Persian Blue #1A49AD
RGB
CMYK
RGB Variations
Color information
#1A49AD (or 0x1A49AD) is known color: Persian Blue. HEX triplet: 1A, 49 and AD. RGB value is (26,73,173). Sum of RGB (Red+Green+Blue) = 26+73+173=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A49AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A49AD is #E5B652. Grayscale: #454545. Windows color (decimal): -15054419 or 11356442. OLE color: 11356442.
HSL color Cylindrical-coordinate representation of color #1A49AD: hue angle of 220.82º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A49AD is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 73 | 173 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.32 |
| HSL | 220.82º | 0.74% | 0.39% | - |
| HSV(B) | 220.82º | 0.85% | 0.68% | - |
| XYZ | 10.35 | 8 | 40.53 | - |
| YUV | 70.35 | 185.93 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 173 | 0.85 | 0.58 | 0 | 0.32 | 220.82 | 0.74 | 0.39 |
| Hex | 1A | 49 | AD | 55 | 3A | 0 | 20 | DD | 4A | 27 |
| Octal | 32 | 111 | 255 | 125 | 72 | 0 | 40 | 335 | 112 | 47 |
| Binary | 11010 | 1001001 | 10101101 | 1010101 | 111010 | 0 | 100000 | 11011101 | 1001010 | 100111 |
Color Harmonies of #1A49AD
Complementary color
Monochromatic Colors of #1A49AD
Black with #1A49AD
Text Example
Text Example
White with #1A49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A49AD; }
p { color: rgb(26,73,173); }
H1.HeaderClassName
{
color: #1A49AD;
}
.AnyTagClassName
{
color: #1A49AD;
}
</style>
background-color css
<style>
a { background-color: #1A49AD; }
a { background-color: rgb(26,73,173); }
div.DivClassName
{
background-color: #1A49AD;
}
.BgClassName
{
background-color: #1A49AD;
}
</style>
border-color css
<style>
span { border-color: #1A49AD; }
span { border-color: rgb(26,73,173); }
td.TdClassName
{
border-color: #1A49AD;
}
.TagClassName
{
border-color: #1A49AD;
}
</style>