Shades of Persian Blue #1039C0
Tints of Persian Blue #1039C0
RGB
CMYK
RGB Variations
Color information
#1039C0 (or 0x1039C0) is known color: Persian Blue. HEX triplet: 10, 39 and C0. RGB value is (16,57,192). Sum of RGB (Red+Green+Blue) = 16+57+192=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 192 (75.39% from 255 or 72.45% from 265); Max value from RGB is 192 - color contains mainly: blue. Hex color #1039C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1039C0 is #EFC63F. Grayscale: #3B3B3B. Windows color (decimal): -15713856 or 12597520. OLE color: 12597520.
HSL color Cylindrical-coordinate representation of color #1039C0: hue angle of 226.02º 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 #1039C0 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 57 | 192 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.25 |
| HSL | 226.02º | 0.85% | 0.41% | - |
| HSV(B) | 226.02º | 0.92% | 0.75% | - |
| XYZ | 11.19 | 6.84 | 50.6 | - |
| YUV | 60.13 | 202.42 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 192 | 0.92 | 0.70 | 0 | 0.25 | 226.02 | 0.85 | 0.41 |
| Hex | 10 | 39 | C0 | 5C | 46 | 0 | 19 | E2 | 55 | 29 |
| Octal | 20 | 71 | 300 | 134 | 106 | 0 | 31 | 342 | 125 | 51 |
| Binary | 10000 | 111001 | 11000000 | 1011100 | 1000110 | 0 | 11001 | 11100010 | 1010101 | 101001 |
Color Harmonies of #1039C0
Complementary color
Monochromatic Colors of #1039C0
Black with #1039C0
Text Example
Text Example
White with #1039C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1039C0; }
p { color: rgb(16,57,192); }
H1.HeaderClassName
{
color: #1039C0;
}
.AnyTagClassName
{
color: #1039C0;
}
</style>
background-color css
<style>
a { background-color: #1039C0; }
a { background-color: rgb(16,57,192); }
div.DivClassName
{
background-color: #1039C0;
}
.BgClassName
{
background-color: #1039C0;
}
</style>
border-color css
<style>
span { border-color: #1039C0; }
span { border-color: rgb(16,57,192); }
td.TdClassName
{
border-color: #1039C0;
}
.TagClassName
{
border-color: #1039C0;
}
</style>