Shades of Persian Blue #1041F5
Tints of Persian Blue #1041F5
RGB
CMYK
RGB Variations
Color information
#1041F5 (or 0x1041F5) is known color: Persian Blue. HEX triplet: 10, 41 and F5. RGB value is (16,65,245). Sum of RGB (Red+Green+Blue) = 16+65+245=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 245 (96.09% from 255 or 75.15% from 326); Max value from RGB is 245 - color contains mainly: blue. Hex color #1041F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1041F5 is #EFBE0A. Grayscale: #464646. Windows color (decimal): -15711755 or 16072976. OLE color: 16072976.
HSL color Cylindrical-coordinate representation of color #1041F5: hue angle of 227.16º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1041F5 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 65 | 245 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.04 |
| HSL | 227.16º | 0.92% | 0.51% | - |
| HSV(B) | 227.16º | 0.93% | 0.96% | - |
| XYZ | 18.59 | 10.48 | 87.43 | - |
| YUV | 70.87 | 226.27 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 245 | 0.93 | 0.73 | 0 | 0.04 | 227.16 | 0.92 | 0.51 |
| Hex | 10 | 41 | F5 | 5D | 49 | 0 | 4 | E3 | 5C | 33 |
| Octal | 20 | 101 | 365 | 135 | 111 | 0 | 4 | 343 | 134 | 63 |
| Binary | 10000 | 1000001 | 11110101 | 1011101 | 1001001 | 0 | 100 | 11100011 | 1011100 | 110011 |
Color Harmonies of #1041F5
Complementary color
Monochromatic Colors of #1041F5
Black with #1041F5
Text Example
Text Example
White with #1041F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1041F5; }
p { color: rgb(16,65,245); }
H1.HeaderClassName
{
color: #1041F5;
}
.AnyTagClassName
{
color: #1041F5;
}
</style>
background-color css
<style>
a { background-color: #1041F5; }
a { background-color: rgb(16,65,245); }
div.DivClassName
{
background-color: #1041F5;
}
.BgClassName
{
background-color: #1041F5;
}
</style>
border-color css
<style>
span { border-color: #1041F5; }
span { border-color: rgb(16,65,245); }
td.TdClassName
{
border-color: #1041F5;
}
.TagClassName
{
border-color: #1041F5;
}
</style>