Shades of Persian Blue #1544BC
Tints of Persian Blue #1544BC
RGB
CMYK
RGB Variations
Color information
#1544BC (or 0x1544BC) is known color: Persian Blue. HEX triplet: 15, 44 and BC. RGB value is (21,68,188). Sum of RGB (Red+Green+Blue) = 21+68+188=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #1544BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1544BC is #EABB43. Grayscale: #434343. Windows color (decimal): -15383364 or 12338197. OLE color: 12338197.
HSL color Cylindrical-coordinate representation of color #1544BC: hue angle of 223.11º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1544BC is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 68 | 188 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.26 |
| HSL | 223.11º | 0.8% | 0.41% | - |
| HSV(B) | 223.11º | 0.89% | 0.74% | - |
| XYZ | 11.45 | 7.92 | 48.5 | - |
| YUV | 67.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 188 | 0.89 | 0.64 | 0 | 0.26 | 223.11 | 0.8 | 0.41 |
| Hex | 15 | 44 | BC | 59 | 40 | 0 | 1A | DF | 50 | 29 |
| Octal | 25 | 104 | 274 | 131 | 100 | 0 | 32 | 337 | 120 | 51 |
| Binary | 10101 | 1000100 | 10111100 | 1011001 | 1000000 | 0 | 11010 | 11011111 | 1010000 | 101001 |
Color Harmonies of #1544BC
Complementary color
Monochromatic Colors of #1544BC
Black with #1544BC
Text Example
Text Example
White with #1544BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1544BC; }
p { color: rgb(21,68,188); }
H1.HeaderClassName
{
color: #1544BC;
}
.AnyTagClassName
{
color: #1544BC;
}
</style>
background-color css
<style>
a { background-color: #1544BC; }
a { background-color: rgb(21,68,188); }
div.DivClassName
{
background-color: #1544BC;
}
.BgClassName
{
background-color: #1544BC;
}
</style>
border-color css
<style>
span { border-color: #1544BC; }
span { border-color: rgb(21,68,188); }
td.TdClassName
{
border-color: #1544BC;
}
.TagClassName
{
border-color: #1544BC;
}
</style>