Shades of Persian Blue #1041FA
Tints of Persian Blue #1041FA
RGB
CMYK
RGB Variations
Color information
#1041FA (or 0x1041FA) is known color: Persian Blue. HEX triplet: 10, 41 and FA. RGB value is (16,65,250). Sum of RGB (Red+Green+Blue) = 16+65+250=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #1041FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1041FA is #EFBE05. Grayscale: #464646. Windows color (decimal): -15711750 or 16400656. OLE color: 16400656.
HSL color Cylindrical-coordinate representation of color #1041FA: hue angle of 227.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1041FA is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 65 | 250 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.02 |
| HSL | 227.44º | 0.96% | 0.52% | - |
| HSV(B) | 227.44º | 0.94% | 0.98% | - |
| XYZ | 19.36 | 10.79 | 91.51 | - |
| YUV | 71.44 | 228.77 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 250 | 0.94 | 0.74 | 0 | 0.02 | 227.44 | 0.96 | 0.52 |
| Hex | 10 | 41 | FA | 5E | 4A | 0 | 2 | E3 | 60 | 34 |
| Octal | 20 | 101 | 372 | 136 | 112 | 0 | 2 | 343 | 140 | 64 |
| Binary | 10000 | 1000001 | 11111010 | 1011110 | 1001010 | 0 | 10 | 11100011 | 1100000 | 110100 |
Color Harmonies of #1041FA
Complementary color
Monochromatic Colors of #1041FA
Black with #1041FA
Text Example
Text Example
White with #1041FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1041FA; }
p { color: rgb(16,65,250); }
H1.HeaderClassName
{
color: #1041FA;
}
.AnyTagClassName
{
color: #1041FA;
}
</style>
background-color css
<style>
a { background-color: #1041FA; }
a { background-color: rgb(16,65,250); }
div.DivClassName
{
background-color: #1041FA;
}
.BgClassName
{
background-color: #1041FA;
}
</style>
border-color css
<style>
span { border-color: #1041FA; }
span { border-color: rgb(16,65,250); }
td.TdClassName
{
border-color: #1041FA;
}
.TagClassName
{
border-color: #1041FA;
}
</style>