Shades of Persian Blue #1545DF
Tints of Persian Blue #1545DF
RGB
CMYK
RGB Variations
Color information
#1545DF (or 0x1545DF) is known color: Persian Blue. HEX triplet: 15, 45 and DF. RGB value is (21,69,223). Sum of RGB (Red+Green+Blue) = 21+69+223=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #1545DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1545DF is #EABA20. Grayscale: #474747. Windows color (decimal): -15383073 or 14632213. OLE color: 14632213.
HSL color Cylindrical-coordinate representation of color #1545DF: hue angle of 225.74º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1545DF is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 69 | 223 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.13 |
| HSL | 225.74º | 0.83% | 0.48% | - |
| HSV(B) | 225.74º | 0.91% | 0.87% | - |
| XYZ | 15.76 | 9.74 | 70.86 | - |
| YUV | 72.2 | 213.1 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 223 | 0.91 | 0.69 | 0 | 0.13 | 225.74 | 0.83 | 0.48 |
| Hex | 15 | 45 | DF | 5B | 45 | 0 | D | E2 | 53 | 30 |
| Octal | 25 | 105 | 337 | 133 | 105 | 0 | 15 | 342 | 123 | 60 |
| Binary | 10101 | 1000101 | 11011111 | 1011011 | 1000101 | 0 | 1101 | 11100010 | 1010011 | 110000 |
Color Harmonies of #1545DF
Complementary color
Monochromatic Colors of #1545DF
Black with #1545DF
Text Example
Text Example
White with #1545DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1545DF; }
p { color: rgb(21,69,223); }
H1.HeaderClassName
{
color: #1545DF;
}
.AnyTagClassName
{
color: #1545DF;
}
</style>
background-color css
<style>
a { background-color: #1545DF; }
a { background-color: rgb(21,69,223); }
div.DivClassName
{
background-color: #1545DF;
}
.BgClassName
{
background-color: #1545DF;
}
</style>
border-color css
<style>
span { border-color: #1545DF; }
span { border-color: rgb(21,69,223); }
td.TdClassName
{
border-color: #1545DF;
}
.TagClassName
{
border-color: #1545DF;
}
</style>