Shades of Persian Blue #1548DF
Tints of Persian Blue #1548DF
RGB
CMYK
RGB Variations
Color information
#1548DF (or 0x1548DF) is known color: Persian Blue. HEX triplet: 15, 48 and DF. RGB value is (21,72,223). Sum of RGB (Red+Green+Blue) = 21+72+223=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #1548DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1548DF is #EAB720. Grayscale: #494949. Windows color (decimal): -15382305 or 14632981. OLE color: 14632981.
HSL color Cylindrical-coordinate representation of color #1548DF: hue angle of 224.85º 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 #1548DF is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 72 | 223 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.13 |
| HSL | 224.85º | 0.83% | 0.48% | - |
| HSV(B) | 224.85º | 0.91% | 0.87% | - |
| XYZ | 15.95 | 10.12 | 70.93 | - |
| YUV | 73.97 | 212.1 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 223 | 0.91 | 0.68 | 0 | 0.13 | 224.85 | 0.83 | 0.48 |
| Hex | 15 | 48 | DF | 5B | 44 | 0 | D | E1 | 53 | 30 |
| Octal | 25 | 110 | 337 | 133 | 104 | 0 | 15 | 341 | 123 | 60 |
| Binary | 10101 | 1001000 | 11011111 | 1011011 | 1000100 | 0 | 1101 | 11100001 | 1010011 | 110000 |
Color Harmonies of #1548DF
Complementary color
Monochromatic Colors of #1548DF
Black with #1548DF
Text Example
Text Example
White with #1548DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1548DF; }
p { color: rgb(21,72,223); }
H1.HeaderClassName
{
color: #1548DF;
}
.AnyTagClassName
{
color: #1548DF;
}
</style>
background-color css
<style>
a { background-color: #1548DF; }
a { background-color: rgb(21,72,223); }
div.DivClassName
{
background-color: #1548DF;
}
.BgClassName
{
background-color: #1548DF;
}
</style>
border-color css
<style>
span { border-color: #1548DF; }
span { border-color: rgb(21,72,223); }
td.TdClassName
{
border-color: #1548DF;
}
.TagClassName
{
border-color: #1548DF;
}
</style>