Shades of Persian Blue #1444BF
Tints of Persian Blue #1444BF
RGB
CMYK
RGB Variations
Color information
#1444BF (or 0x1444BF) is known color: Persian Blue. HEX triplet: 14, 44 and BF. RGB value is (20,68,191). Sum of RGB (Red+Green+Blue) = 20+68+191=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #1444BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1444BF is #EBBB40. Grayscale: #434343. Windows color (decimal): -15448897 or 12534804. OLE color: 12534804.
HSL color Cylindrical-coordinate representation of color #1444BF: hue angle of 223.16º 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 #1444BF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 68 | 191 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.25 |
| HSL | 223.16º | 0.81% | 0.41% | - |
| HSV(B) | 223.16º | 0.9% | 0.75% | - |
| XYZ | 11.76 | 8.04 | 50.22 | - |
| YUV | 67.67 | 197.6 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 191 | 0.90 | 0.64 | 0 | 0.25 | 223.16 | 0.81 | 0.41 |
| Hex | 14 | 44 | BF | 5A | 40 | 0 | 19 | DF | 51 | 29 |
| Octal | 24 | 104 | 277 | 132 | 100 | 0 | 31 | 337 | 121 | 51 |
| Binary | 10100 | 1000100 | 10111111 | 1011010 | 1000000 | 0 | 11001 | 11011111 | 1010001 | 101001 |
Color Harmonies of #1444BF
Complementary color
Monochromatic Colors of #1444BF
Black with #1444BF
Text Example
Text Example
White with #1444BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1444BF; }
p { color: rgb(20,68,191); }
H1.HeaderClassName
{
color: #1444BF;
}
.AnyTagClassName
{
color: #1444BF;
}
</style>
background-color css
<style>
a { background-color: #1444BF; }
a { background-color: rgb(20,68,191); }
div.DivClassName
{
background-color: #1444BF;
}
.BgClassName
{
background-color: #1444BF;
}
</style>
border-color css
<style>
span { border-color: #1444BF; }
span { border-color: rgb(20,68,191); }
td.TdClassName
{
border-color: #1444BF;
}
.TagClassName
{
border-color: #1444BF;
}
</style>