Shades of Persian Blue #1048D0
Tints of Persian Blue #1048D0
RGB
CMYK
RGB Variations
Color information
#1048D0 (or 0x1048D0) is known color: Persian Blue. HEX triplet: 10, 48 and D0. RGB value is (16,72,208). Sum of RGB (Red+Green+Blue) = 16+72+208=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 208 (81.64% from 255 or 70.27% from 296); Max value from RGB is 208 - color contains mainly: blue. Hex color #1048D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1048D0 is #EFB72F. Grayscale: #464646. Windows color (decimal): -15710000 or 13649936. OLE color: 13649936.
HSL color Cylindrical-coordinate representation of color #1048D0: hue angle of 222.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1048D0 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 72 | 208 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.18 |
| HSL | 222.5º | 0.86% | 0.44% | - |
| HSV(B) | 222.5º | 0.92% | 0.82% | - |
| XYZ | 13.92 | 9.3 | 60.74 | - |
| YUV | 70.76 | 205.45 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 208 | 0.92 | 0.65 | 0 | 0.18 | 222.5 | 0.86 | 0.44 |
| Hex | 10 | 48 | D0 | 5C | 41 | 0 | 12 | DE | 56 | 2C |
| Octal | 20 | 110 | 320 | 134 | 101 | 0 | 22 | 336 | 126 | 54 |
| Binary | 10000 | 1001000 | 11010000 | 1011100 | 1000001 | 0 | 10010 | 11011110 | 1010110 | 101100 |
Color Harmonies of #1048D0
Complementary color
Monochromatic Colors of #1048D0
Black with #1048D0
Text Example
Text Example
White with #1048D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1048D0; }
p { color: rgb(16,72,208); }
H1.HeaderClassName
{
color: #1048D0;
}
.AnyTagClassName
{
color: #1048D0;
}
</style>
background-color css
<style>
a { background-color: #1048D0; }
a { background-color: rgb(16,72,208); }
div.DivClassName
{
background-color: #1048D0;
}
.BgClassName
{
background-color: #1048D0;
}
</style>
border-color css
<style>
span { border-color: #1048D0; }
span { border-color: rgb(16,72,208); }
td.TdClassName
{
border-color: #1048D0;
}
.TagClassName
{
border-color: #1048D0;
}
</style>