Shades of Persian Blue #1449B5
Tints of Persian Blue #1449B5
RGB
CMYK
RGB Variations
Color information
#1449B5 (or 0x1449B5) is known color: Persian Blue. HEX triplet: 14, 49 and B5. RGB value is (20,73,181). Sum of RGB (Red+Green+Blue) = 20+73+181=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 181 (71.09% from 255 or 66.06% from 274); Max value from RGB is 181 - color contains mainly: blue. Hex color #1449B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449B5 is #EBB64A. Grayscale: #444444. Windows color (decimal): -15447627 or 11880724. OLE color: 11880724.
HSL color Cylindrical-coordinate representation of color #1449B5: hue angle of 220.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1449B5 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 73 | 181 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.29 |
| HSL | 220.25º | 0.8% | 0.39% | - |
| HSV(B) | 220.25º | 0.89% | 0.71% | - |
| XYZ | 11.01 | 8.25 | 44.73 | - |
| YUV | 69.47 | 190.94 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 181 | 0.89 | 0.60 | 0 | 0.29 | 220.25 | 0.8 | 0.39 |
| Hex | 14 | 49 | B5 | 59 | 3C | 0 | 1D | DC | 50 | 27 |
| Octal | 24 | 111 | 265 | 131 | 74 | 0 | 35 | 334 | 120 | 47 |
| Binary | 10100 | 1001001 | 10110101 | 1011001 | 111100 | 0 | 11101 | 11011100 | 1010000 | 100111 |
Color Harmonies of #1449B5
Complementary color
Monochromatic Colors of #1449B5
Black with #1449B5
Text Example
Text Example
White with #1449B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449B5; }
p { color: rgb(20,73,181); }
H1.HeaderClassName
{
color: #1449B5;
}
.AnyTagClassName
{
color: #1449B5;
}
</style>
background-color css
<style>
a { background-color: #1449B5; }
a { background-color: rgb(20,73,181); }
div.DivClassName
{
background-color: #1449B5;
}
.BgClassName
{
background-color: #1449B5;
}
</style>
border-color css
<style>
span { border-color: #1449B5; }
span { border-color: rgb(20,73,181); }
td.TdClassName
{
border-color: #1449B5;
}
.TagClassName
{
border-color: #1449B5;
}
</style>