Shades of Persian Blue #1048C0
Tints of Persian Blue #1048C0
RGB
CMYK
RGB Variations
Color information
#1048C0 (or 0x1048C0) is known color: Persian Blue. HEX triplet: 10, 48 and C0. RGB value is (16,72,192). Sum of RGB (Red+Green+Blue) = 16+72+192=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #1048C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1048C0 is #EFB73F. Grayscale: #444444. Windows color (decimal): -15710016 or 12601360. OLE color: 12601360.
HSL color Cylindrical-coordinate representation of color #1048C0: hue angle of 220.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1048C0 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 72 | 192 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.25 |
| HSL | 220.91º | 0.85% | 0.41% | - |
| HSV(B) | 220.91º | 0.92% | 0.75% | - |
| XYZ | 12.05 | 8.55 | 50.88 | - |
| YUV | 68.94 | 197.45 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 192 | 0.92 | 0.63 | 0 | 0.25 | 220.91 | 0.85 | 0.41 |
| Hex | 10 | 48 | C0 | 5C | 3F | 0 | 19 | DD | 55 | 29 |
| Octal | 20 | 110 | 300 | 134 | 77 | 0 | 31 | 335 | 125 | 51 |
| Binary | 10000 | 1001000 | 11000000 | 1011100 | 111111 | 0 | 11001 | 11011101 | 1010101 | 101001 |
Color Harmonies of #1048C0
Complementary color
Monochromatic Colors of #1048C0
Black with #1048C0
Text Example
Text Example
White with #1048C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1048C0; }
p { color: rgb(16,72,192); }
H1.HeaderClassName
{
color: #1048C0;
}
.AnyTagClassName
{
color: #1048C0;
}
</style>
background-color css
<style>
a { background-color: #1048C0; }
a { background-color: rgb(16,72,192); }
div.DivClassName
{
background-color: #1048C0;
}
.BgClassName
{
background-color: #1048C0;
}
</style>
border-color css
<style>
span { border-color: #1048C0; }
span { border-color: rgb(16,72,192); }
td.TdClassName
{
border-color: #1048C0;
}
.TagClassName
{
border-color: #1048C0;
}
</style>