Shades of Persian Blue #1548BC
Tints of Persian Blue #1548BC
RGB
CMYK
RGB Variations
Color information
#1548BC (or 0x1548BC) is known color: Persian Blue. HEX triplet: 15, 48 and BC. RGB value is (21,72,188). Sum of RGB (Red+Green+Blue) = 21+72+188=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #1548BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1548BC is #EAB743. Grayscale: #454545. Windows color (decimal): -15382340 or 12339221. OLE color: 12339221.
HSL color Cylindrical-coordinate representation of color #1548BC: hue angle of 221.68º 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 #1548BC is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 72 | 188 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.26 |
| HSL | 221.68º | 0.8% | 0.41% | - |
| HSV(B) | 221.68º | 0.89% | 0.74% | - |
| XYZ | 11.7 | 8.43 | 48.59 | - |
| YUV | 69.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 188 | 0.89 | 0.62 | 0 | 0.26 | 221.68 | 0.8 | 0.41 |
| Hex | 15 | 48 | BC | 59 | 3E | 0 | 1A | DE | 50 | 29 |
| Octal | 25 | 110 | 274 | 131 | 76 | 0 | 32 | 336 | 120 | 51 |
| Binary | 10101 | 1001000 | 10111100 | 1011001 | 111110 | 0 | 11010 | 11011110 | 1010000 | 101001 |
Color Harmonies of #1548BC
Complementary color
Monochromatic Colors of #1548BC
Black with #1548BC
Text Example
Text Example
White with #1548BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1548BC; }
p { color: rgb(21,72,188); }
H1.HeaderClassName
{
color: #1548BC;
}
.AnyTagClassName
{
color: #1548BC;
}
</style>
background-color css
<style>
a { background-color: #1548BC; }
a { background-color: rgb(21,72,188); }
div.DivClassName
{
background-color: #1548BC;
}
.BgClassName
{
background-color: #1548BC;
}
</style>
border-color css
<style>
span { border-color: #1548BC; }
span { border-color: rgb(21,72,188); }
td.TdClassName
{
border-color: #1548BC;
}
.TagClassName
{
border-color: #1548BC;
}
</style>