Shades of Persian Blue #1448BA
Tints of Persian Blue #1448BA
RGB
CMYK
RGB Variations
Color information
#1448BA (or 0x1448BA) is known color: Persian Blue. HEX triplet: 14, 48 and BA. RGB value is (20,72,186). Sum of RGB (Red+Green+Blue) = 20+72+186=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #1448BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448BA is #EBB745. Grayscale: #444444. Windows color (decimal): -15447878 or 12208148. OLE color: 12208148.
HSL color Cylindrical-coordinate representation of color #1448BA: hue angle of 221.2º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1448BA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 72 | 186 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.27 |
| HSL | 221.2º | 0.81% | 0.4% | - |
| HSV(B) | 221.2º | 0.89% | 0.73% | - |
| XYZ | 11.47 | 8.33 | 47.46 | - |
| YUV | 69.45 | 193.77 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 186 | 0.89 | 0.61 | 0 | 0.27 | 221.2 | 0.81 | 0.4 |
| Hex | 14 | 48 | BA | 59 | 3D | 0 | 1B | DD | 51 | 28 |
| Octal | 24 | 110 | 272 | 131 | 75 | 0 | 33 | 335 | 121 | 50 |
| Binary | 10100 | 1001000 | 10111010 | 1011001 | 111101 | 0 | 11011 | 11011101 | 1010001 | 101000 |
Color Harmonies of #1448BA
Complementary color
Monochromatic Colors of #1448BA
Black with #1448BA
Text Example
Text Example
White with #1448BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448BA; }
p { color: rgb(20,72,186); }
H1.HeaderClassName
{
color: #1448BA;
}
.AnyTagClassName
{
color: #1448BA;
}
</style>
background-color css
<style>
a { background-color: #1448BA; }
a { background-color: rgb(20,72,186); }
div.DivClassName
{
background-color: #1448BA;
}
.BgClassName
{
background-color: #1448BA;
}
</style>
border-color css
<style>
span { border-color: #1448BA; }
span { border-color: rgb(20,72,186); }
td.TdClassName
{
border-color: #1448BA;
}
.TagClassName
{
border-color: #1448BA;
}
</style>