Shades of Persian Blue #1546CF
Tints of Persian Blue #1546CF
RGB
CMYK
RGB Variations
Color information
#1546CF (or 0x1546CF) is known color: Persian Blue. HEX triplet: 15, 46 and CF. RGB value is (21,70,207). Sum of RGB (Red+Green+Blue) = 21+70+207=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #1546CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546CF is #EAB930. Grayscale: #464646. Windows color (decimal): -15382833 or 13583893. OLE color: 13583893.
HSL color Cylindrical-coordinate representation of color #1546CF: hue angle of 224.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1546CF is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 70 | 207 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.19 |
| HSL | 224.19º | 0.82% | 0.45% | - |
| HSV(B) | 224.19º | 0.9% | 0.81% | - |
| XYZ | 13.76 | 9.04 | 60.05 | - |
| YUV | 70.97 | 204.77 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 207 | 0.90 | 0.66 | 0 | 0.19 | 224.19 | 0.82 | 0.45 |
| Hex | 15 | 46 | CF | 5A | 42 | 0 | 13 | E0 | 52 | 2D |
| Octal | 25 | 106 | 317 | 132 | 102 | 0 | 23 | 340 | 122 | 55 |
| Binary | 10101 | 1000110 | 11001111 | 1011010 | 1000010 | 0 | 10011 | 11100000 | 1010010 | 101101 |
Color Harmonies of #1546CF
Complementary color
Monochromatic Colors of #1546CF
Black with #1546CF
Text Example
Text Example
White with #1546CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546CF; }
p { color: rgb(21,70,207); }
H1.HeaderClassName
{
color: #1546CF;
}
.AnyTagClassName
{
color: #1546CF;
}
</style>
background-color css
<style>
a { background-color: #1546CF; }
a { background-color: rgb(21,70,207); }
div.DivClassName
{
background-color: #1546CF;
}
.BgClassName
{
background-color: #1546CF;
}
</style>
border-color css
<style>
span { border-color: #1546CF; }
span { border-color: rgb(21,70,207); }
td.TdClassName
{
border-color: #1546CF;
}
.TagClassName
{
border-color: #1546CF;
}
</style>