Shades of Persian Blue #1041BC
Tints of Persian Blue #1041BC
RGB
CMYK
RGB Variations
Color information
#1041BC (or 0x1041BC) is known color: Persian Blue. HEX triplet: 10, 41 and BC. RGB value is (16,65,188). Sum of RGB (Red+Green+Blue) = 16+65+188=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #1041BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1041BC is #EFBE43. Grayscale: #3F3F3F. Windows color (decimal): -15711812 or 12337424. OLE color: 12337424.
HSL color Cylindrical-coordinate representation of color #1041BC: hue angle of 222.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1041BC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 65 | 188 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.26 |
| HSL | 222.91º | 0.84% | 0.4% | - |
| HSV(B) | 222.91º | 0.91% | 0.74% | - |
| XYZ | 11.18 | 7.52 | 48.44 | - |
| YUV | 64.37 | 197.77 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 188 | 0.91 | 0.65 | 0 | 0.26 | 222.91 | 0.84 | 0.4 |
| Hex | 10 | 41 | BC | 5B | 41 | 0 | 1A | DF | 54 | 28 |
| Octal | 20 | 101 | 274 | 133 | 101 | 0 | 32 | 337 | 124 | 50 |
| Binary | 10000 | 1000001 | 10111100 | 1011011 | 1000001 | 0 | 11010 | 11011111 | 1010100 | 101000 |
Color Harmonies of #1041BC
Complementary color
Monochromatic Colors of #1041BC
Black with #1041BC
Text Example
Text Example
White with #1041BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1041BC; }
p { color: rgb(16,65,188); }
H1.HeaderClassName
{
color: #1041BC;
}
.AnyTagClassName
{
color: #1041BC;
}
</style>
background-color css
<style>
a { background-color: #1041BC; }
a { background-color: rgb(16,65,188); }
div.DivClassName
{
background-color: #1041BC;
}
.BgClassName
{
background-color: #1041BC;
}
</style>
border-color css
<style>
span { border-color: #1041BC; }
span { border-color: rgb(16,65,188); }
td.TdClassName
{
border-color: #1041BC;
}
.TagClassName
{
border-color: #1041BC;
}
</style>