Shades of Persian Blue #1040C1
Tints of Persian Blue #1040C1
RGB
CMYK
RGB Variations
Color information
#1040C1 (or 0x1040C1) is known color: Persian Blue. HEX triplet: 10, 40 and C1. RGB value is (16,64,193). Sum of RGB (Red+Green+Blue) = 16+64+193=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #1040C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1040C1 is #EFBF3E. Grayscale: #3F3F3F. Windows color (decimal): -15712063 or 12664848. OLE color: 12664848.
HSL color Cylindrical-coordinate representation of color #1040C1: hue angle of 223.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1040C1 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 64 | 193 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.24 |
| HSL | 223.73º | 0.85% | 0.41% | - |
| HSV(B) | 223.73º | 0.92% | 0.76% | - |
| XYZ | 11.67 | 7.63 | 51.31 | - |
| YUV | 64.35 | 200.6 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 193 | 0.92 | 0.67 | 0 | 0.24 | 223.73 | 0.85 | 0.41 |
| Hex | 10 | 40 | C1 | 5C | 43 | 0 | 18 | E0 | 55 | 29 |
| Octal | 20 | 100 | 301 | 134 | 103 | 0 | 30 | 340 | 125 | 51 |
| Binary | 10000 | 1000000 | 11000001 | 1011100 | 1000011 | 0 | 11000 | 11100000 | 1010101 | 101001 |
Color Harmonies of #1040C1
Complementary color
Monochromatic Colors of #1040C1
Black with #1040C1
Text Example
Text Example
White with #1040C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1040C1; }
p { color: rgb(16,64,193); }
H1.HeaderClassName
{
color: #1040C1;
}
.AnyTagClassName
{
color: #1040C1;
}
</style>
background-color css
<style>
a { background-color: #1040C1; }
a { background-color: rgb(16,64,193); }
div.DivClassName
{
background-color: #1040C1;
}
.BgClassName
{
background-color: #1040C1;
}
</style>
border-color css
<style>
span { border-color: #1040C1; }
span { border-color: rgb(16,64,193); }
td.TdClassName
{
border-color: #1040C1;
}
.TagClassName
{
border-color: #1040C1;
}
</style>