Shades of Persian Blue #1448BF
Tints of Persian Blue #1448BF
RGB
CMYK
RGB Variations
Color information
#1448BF (or 0x1448BF) is known color: Persian Blue. HEX triplet: 14, 48 and BF. RGB value is (20,72,191). Sum of RGB (Red+Green+Blue) = 20+72+191=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #1448BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448BF is #EBB740. Grayscale: #454545. Windows color (decimal): -15447873 or 12535828. OLE color: 12535828.
HSL color Cylindrical-coordinate representation of color #1448BF: hue angle of 221.75º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1448BF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 72 | 191 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.25 |
| HSL | 221.75º | 0.81% | 0.41% | - |
| HSV(B) | 221.75º | 0.9% | 0.75% | - |
| XYZ | 12.01 | 8.55 | 50.31 | - |
| YUV | 70.02 | 196.27 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 191 | 0.90 | 0.62 | 0 | 0.25 | 221.75 | 0.81 | 0.41 |
| Hex | 14 | 48 | BF | 5A | 3E | 0 | 19 | DE | 51 | 29 |
| Octal | 24 | 110 | 277 | 132 | 76 | 0 | 31 | 336 | 121 | 51 |
| Binary | 10100 | 1001000 | 10111111 | 1011010 | 111110 | 0 | 11001 | 11011110 | 1010001 | 101001 |
Color Harmonies of #1448BF
Complementary color
Monochromatic Colors of #1448BF
Black with #1448BF
Text Example
Text Example
White with #1448BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448BF; }
p { color: rgb(20,72,191); }
H1.HeaderClassName
{
color: #1448BF;
}
.AnyTagClassName
{
color: #1448BF;
}
</style>
background-color css
<style>
a { background-color: #1448BF; }
a { background-color: rgb(20,72,191); }
div.DivClassName
{
background-color: #1448BF;
}
.BgClassName
{
background-color: #1448BF;
}
</style>
border-color css
<style>
span { border-color: #1448BF; }
span { border-color: rgb(20,72,191); }
td.TdClassName
{
border-color: #1448BF;
}
.TagClassName
{
border-color: #1448BF;
}
</style>