Shades of Persian Blue #1544BB
Tints of Persian Blue #1544BB
RGB
CMYK
RGB Variations
Color information
#1544BB (or 0x1544BB) is known color: Persian Blue. HEX triplet: 15, 44 and BB. RGB value is (21,68,187). Sum of RGB (Red+Green+Blue) = 21+68+187=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #1544BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1544BB is #EABB44. Grayscale: #424242. Windows color (decimal): -15383365 or 12272661. OLE color: 12272661.
HSL color Cylindrical-coordinate representation of color #1544BB: hue angle of 223.01º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1544BB is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 68 | 187 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.27 |
| HSL | 223.01º | 0.8% | 0.41% | - |
| HSV(B) | 223.01º | 0.89% | 0.73% | - |
| XYZ | 11.35 | 7.88 | 47.94 | - |
| YUV | 67.51 | 195.43 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 187 | 0.89 | 0.64 | 0 | 0.27 | 223.01 | 0.8 | 0.41 |
| Hex | 15 | 44 | BB | 59 | 40 | 0 | 1B | DF | 50 | 29 |
| Octal | 25 | 104 | 273 | 131 | 100 | 0 | 33 | 337 | 120 | 51 |
| Binary | 10101 | 1000100 | 10111011 | 1011001 | 1000000 | 0 | 11011 | 11011111 | 1010000 | 101001 |
Color Harmonies of #1544BB
Complementary color
Monochromatic Colors of #1544BB
Black with #1544BB
Text Example
Text Example
White with #1544BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1544BB; }
p { color: rgb(21,68,187); }
H1.HeaderClassName
{
color: #1544BB;
}
.AnyTagClassName
{
color: #1544BB;
}
</style>
background-color css
<style>
a { background-color: #1544BB; }
a { background-color: rgb(21,68,187); }
div.DivClassName
{
background-color: #1544BB;
}
.BgClassName
{
background-color: #1544BB;
}
</style>
border-color css
<style>
span { border-color: #1544BB; }
span { border-color: rgb(21,68,187); }
td.TdClassName
{
border-color: #1544BB;
}
.TagClassName
{
border-color: #1544BB;
}
</style>