Shades of Persian Blue #1A48AD
Tints of Persian Blue #1A48AD
RGB
CMYK
RGB Variations
Color information
#1A48AD (or 0x1A48AD) is known color: Persian Blue. HEX triplet: 1A, 48 and AD. RGB value is (26,72,173). Sum of RGB (Red+Green+Blue) = 26+72+173=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A48AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A48AD is #E5B752. Grayscale: #454545. Windows color (decimal): -15054675 or 11356186. OLE color: 11356186.
HSL color Cylindrical-coordinate representation of color #1A48AD: hue angle of 221.22º 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 #1A48AD is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 72 | 173 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.32 |
| HSL | 221.22º | 0.74% | 0.39% | - |
| HSV(B) | 221.22º | 0.85% | 0.68% | - |
| XYZ | 10.29 | 7.87 | 40.51 | - |
| YUV | 69.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 173 | 0.85 | 0.58 | 0 | 0.32 | 221.22 | 0.74 | 0.39 |
| Hex | 1A | 48 | AD | 55 | 3A | 0 | 20 | DD | 4A | 27 |
| Octal | 32 | 110 | 255 | 125 | 72 | 0 | 40 | 335 | 112 | 47 |
| Binary | 11010 | 1001000 | 10101101 | 1010101 | 111010 | 0 | 100000 | 11011101 | 1001010 | 100111 |
Color Harmonies of #1A48AD
Complementary color
Monochromatic Colors of #1A48AD
Black with #1A48AD
Text Example
Text Example
White with #1A48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A48AD; }
p { color: rgb(26,72,173); }
H1.HeaderClassName
{
color: #1A48AD;
}
.AnyTagClassName
{
color: #1A48AD;
}
</style>
background-color css
<style>
a { background-color: #1A48AD; }
a { background-color: rgb(26,72,173); }
div.DivClassName
{
background-color: #1A48AD;
}
.BgClassName
{
background-color: #1A48AD;
}
</style>
border-color css
<style>
span { border-color: #1A48AD; }
span { border-color: rgb(26,72,173); }
td.TdClassName
{
border-color: #1A48AD;
}
.TagClassName
{
border-color: #1A48AD;
}
</style>