Shades of Persian Blue #1545C9
Tints of Persian Blue #1545C9
RGB
CMYK
RGB Variations
Color information
#1545C9 (or 0x1545C9) is known color: Persian Blue. HEX triplet: 15, 45 and C9. RGB value is (21,69,201). Sum of RGB (Red+Green+Blue) = 21+69+201=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 201 (78.91% from 255 or 69.07% from 291); Max value from RGB is 201 - color contains mainly: blue. Hex color #1545C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1545C9 is #EABA36. Grayscale: #454545. Windows color (decimal): -15383095 or 13190421. OLE color: 13190421.
HSL color Cylindrical-coordinate representation of color #1545C9: hue angle of 224º 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 #1545C9 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 69 | 201 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.21 |
| HSL | 224º | 0.81% | 0.44% | - |
| HSV(B) | 224º | 0.9% | 0.79% | - |
| XYZ | 12.98 | 8.63 | 56.24 | - |
| YUV | 69.7 | 202.1 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 201 | 0.90 | 0.66 | 0 | 0.21 | 224 | 0.81 | 0.44 |
| Hex | 15 | 45 | C9 | 5A | 42 | 0 | 15 | E0 | 51 | 2C |
| Octal | 25 | 105 | 311 | 132 | 102 | 0 | 25 | 340 | 121 | 54 |
| Binary | 10101 | 1000101 | 11001001 | 1011010 | 1000010 | 0 | 10101 | 11100000 | 1010001 | 101100 |
Color Harmonies of #1545C9
Complementary color
Monochromatic Colors of #1545C9
Black with #1545C9
Text Example
Text Example
White with #1545C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1545C9; }
p { color: rgb(21,69,201); }
H1.HeaderClassName
{
color: #1545C9;
}
.AnyTagClassName
{
color: #1545C9;
}
</style>
background-color css
<style>
a { background-color: #1545C9; }
a { background-color: rgb(21,69,201); }
div.DivClassName
{
background-color: #1545C9;
}
.BgClassName
{
background-color: #1545C9;
}
</style>
border-color css
<style>
span { border-color: #1545C9; }
span { border-color: rgb(21,69,201); }
td.TdClassName
{
border-color: #1545C9;
}
.TagClassName
{
border-color: #1545C9;
}
</style>