Shades of Persian Blue #1040BC
Tints of Persian Blue #1040BC
RGB
CMYK
RGB Variations
Color information
#1040BC (or 0x1040BC) is known color: Persian Blue. HEX triplet: 10, 40 and BC. RGB value is (16,64,188). Sum of RGB (Red+Green+Blue) = 16+64+188=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #1040BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1040BC is #EFBF43. Grayscale: #3F3F3F. Windows color (decimal): -15712068 or 12337168. OLE color: 12337168.
HSL color Cylindrical-coordinate representation of color #1040BC: hue angle of 223.26º 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 #1040BC is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 64 | 188 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.26 |
| HSL | 223.26º | 0.84% | 0.4% | - |
| HSV(B) | 223.26º | 0.91% | 0.74% | - |
| XYZ | 11.12 | 7.41 | 48.42 | - |
| YUV | 63.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 188 | 0.91 | 0.66 | 0 | 0.26 | 223.26 | 0.84 | 0.4 |
| Hex | 10 | 40 | BC | 5B | 42 | 0 | 1A | DF | 54 | 28 |
| Octal | 20 | 100 | 274 | 133 | 102 | 0 | 32 | 337 | 124 | 50 |
| Binary | 10000 | 1000000 | 10111100 | 1011011 | 1000010 | 0 | 11010 | 11011111 | 1010100 | 101000 |
Color Harmonies of #1040BC
Complementary color
Monochromatic Colors of #1040BC
Black with #1040BC
Text Example
Text Example
White with #1040BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1040BC; }
p { color: rgb(16,64,188); }
H1.HeaderClassName
{
color: #1040BC;
}
.AnyTagClassName
{
color: #1040BC;
}
</style>
background-color css
<style>
a { background-color: #1040BC; }
a { background-color: rgb(16,64,188); }
div.DivClassName
{
background-color: #1040BC;
}
.BgClassName
{
background-color: #1040BC;
}
</style>
border-color css
<style>
span { border-color: #1040BC; }
span { border-color: rgb(16,64,188); }
td.TdClassName
{
border-color: #1040BC;
}
.TagClassName
{
border-color: #1040BC;
}
</style>