Shades of Persian Blue #1548CA
Tints of Persian Blue #1548CA
RGB
CMYK
RGB Variations
Color information
#1548CA (or 0x1548CA) is known color: Persian Blue. HEX triplet: 15, 48 and CA. RGB value is (21,72,202). Sum of RGB (Red+Green+Blue) = 21+72+202=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #1548CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1548CA is #EAB735. Grayscale: #474747. Windows color (decimal): -15382326 or 13256725. OLE color: 13256725.
HSL color Cylindrical-coordinate representation of color #1548CA: hue angle of 223.09º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1548CA is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 72 | 202 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.21 |
| HSL | 223.09º | 0.81% | 0.44% | - |
| HSV(B) | 223.09º | 0.9% | 0.79% | - |
| XYZ | 13.29 | 9.06 | 56.93 | - |
| YUV | 71.57 | 201.6 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 202 | 0.90 | 0.64 | 0 | 0.21 | 223.09 | 0.81 | 0.44 |
| Hex | 15 | 48 | CA | 5A | 40 | 0 | 15 | DF | 51 | 2C |
| Octal | 25 | 110 | 312 | 132 | 100 | 0 | 25 | 337 | 121 | 54 |
| Binary | 10101 | 1001000 | 11001010 | 1011010 | 1000000 | 0 | 10101 | 11011111 | 1010001 | 101100 |
Color Harmonies of #1548CA
Complementary color
Monochromatic Colors of #1548CA
Black with #1548CA
Text Example
Text Example
White with #1548CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1548CA; }
p { color: rgb(21,72,202); }
H1.HeaderClassName
{
color: #1548CA;
}
.AnyTagClassName
{
color: #1548CA;
}
</style>
background-color css
<style>
a { background-color: #1548CA; }
a { background-color: rgb(21,72,202); }
div.DivClassName
{
background-color: #1548CA;
}
.BgClassName
{
background-color: #1548CA;
}
</style>
border-color css
<style>
span { border-color: #1548CA; }
span { border-color: rgb(21,72,202); }
td.TdClassName
{
border-color: #1548CA;
}
.TagClassName
{
border-color: #1548CA;
}
</style>