Shades of Persian Blue #1041C0
Tints of Persian Blue #1041C0
RGB
CMYK
RGB Variations
Color information
#1041C0 (or 0x1041C0) is known color: Persian Blue. HEX triplet: 10, 41 and C0. RGB value is (16,65,192). Sum of RGB (Red+Green+Blue) = 16+65+192=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #1041C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1041C0 is #EFBE3F. Grayscale: #404040. Windows color (decimal): -15711808 or 12599568. OLE color: 12599568.
HSL color Cylindrical-coordinate representation of color #1041C0: hue angle of 223.3º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1041C0 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 65 | 192 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.25 |
| HSL | 223.3º | 0.85% | 0.41% | - |
| HSV(B) | 223.3º | 0.92% | 0.75% | - |
| XYZ | 11.62 | 7.7 | 50.74 | - |
| YUV | 64.83 | 199.77 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 192 | 0.92 | 0.66 | 0 | 0.25 | 223.3 | 0.85 | 0.41 |
| Hex | 10 | 41 | C0 | 5C | 42 | 0 | 19 | DF | 55 | 29 |
| Octal | 20 | 101 | 300 | 134 | 102 | 0 | 31 | 337 | 125 | 51 |
| Binary | 10000 | 1000001 | 11000000 | 1011100 | 1000010 | 0 | 11001 | 11011111 | 1010101 | 101001 |
Color Harmonies of #1041C0
Complementary color
Monochromatic Colors of #1041C0
Black with #1041C0
Text Example
Text Example
White with #1041C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1041C0; }
p { color: rgb(16,65,192); }
H1.HeaderClassName
{
color: #1041C0;
}
.AnyTagClassName
{
color: #1041C0;
}
</style>
background-color css
<style>
a { background-color: #1041C0; }
a { background-color: rgb(16,65,192); }
div.DivClassName
{
background-color: #1041C0;
}
.BgClassName
{
background-color: #1041C0;
}
</style>
border-color css
<style>
span { border-color: #1041C0; }
span { border-color: rgb(16,65,192); }
td.TdClassName
{
border-color: #1041C0;
}
.TagClassName
{
border-color: #1041C0;
}
</style>