Shades of Persian Blue #1041B4
Tints of Persian Blue #1041B4
RGB
CMYK
RGB Variations
Color information
#1041B4 (or 0x1041B4) is known color: Persian Blue. HEX triplet: 10, 41 and B4. RGB value is (16,65,180). Sum of RGB (Red+Green+Blue) = 16+65+180=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #1041B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1041B4 is #EFBE4B. Grayscale: #3E3E3E. Windows color (decimal): -15711820 or 11813136. OLE color: 11813136.
HSL color Cylindrical-coordinate representation of color #1041B4: hue angle of 222.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1041B4 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 65 | 180 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.29 |
| HSL | 222.07º | 0.84% | 0.38% | - |
| HSV(B) | 222.07º | 0.91% | 0.71% | - |
| XYZ | 10.34 | 7.19 | 44.02 | - |
| YUV | 63.46 | 193.77 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 180 | 0.91 | 0.64 | 0 | 0.29 | 222.07 | 0.84 | 0.38 |
| Hex | 10 | 41 | B4 | 5B | 40 | 0 | 1D | DE | 54 | 26 |
| Octal | 20 | 101 | 264 | 133 | 100 | 0 | 35 | 336 | 124 | 46 |
| Binary | 10000 | 1000001 | 10110100 | 1011011 | 1000000 | 0 | 11101 | 11011110 | 1010100 | 100110 |
Color Harmonies of #1041B4
Complementary color
Monochromatic Colors of #1041B4
Black with #1041B4
Text Example
Text Example
White with #1041B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1041B4; }
p { color: rgb(16,65,180); }
H1.HeaderClassName
{
color: #1041B4;
}
.AnyTagClassName
{
color: #1041B4;
}
</style>
background-color css
<style>
a { background-color: #1041B4; }
a { background-color: rgb(16,65,180); }
div.DivClassName
{
background-color: #1041B4;
}
.BgClassName
{
background-color: #1041B4;
}
</style>
border-color css
<style>
span { border-color: #1041B4; }
span { border-color: rgb(16,65,180); }
td.TdClassName
{
border-color: #1041B4;
}
.TagClassName
{
border-color: #1041B4;
}
</style>