Shades of Persian Blue #1039DA
Tints of Persian Blue #1039DA
RGB
CMYK
RGB Variations
Color information
#1039DA (or 0x1039DA) is known color: Persian Blue. HEX triplet: 10, 39 and DA. RGB value is (16,57,218). Sum of RGB (Red+Green+Blue) = 16+57+218=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 218 (85.55% from 255 or 74.91% from 291); Max value from RGB is 218 - color contains mainly: blue. Hex color #1039DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1039DA is #EFC625. Grayscale: #3E3E3E. Windows color (decimal): -15713830 or 14301456. OLE color: 14301456.
HSL color Cylindrical-coordinate representation of color #1039DA: hue angle of 227.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1039DA is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 57 | 218 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.15 |
| HSL | 227.82º | 0.86% | 0.46% | - |
| HSV(B) | 227.82º | 0.93% | 0.85% | - |
| XYZ | 14.33 | 8.1 | 67.14 | - |
| YUV | 63.1 | 215.42 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 218 | 0.93 | 0.74 | 0 | 0.15 | 227.82 | 0.86 | 0.46 |
| Hex | 10 | 39 | DA | 5D | 4A | 0 | F | E4 | 56 | 2E |
| Octal | 20 | 71 | 332 | 135 | 112 | 0 | 17 | 344 | 126 | 56 |
| Binary | 10000 | 111001 | 11011010 | 1011101 | 1001010 | 0 | 1111 | 11100100 | 1010110 | 101110 |
Color Harmonies of #1039DA
Complementary color
Monochromatic Colors of #1039DA
Black with #1039DA
Text Example
Text Example
White with #1039DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1039DA; }
p { color: rgb(16,57,218); }
H1.HeaderClassName
{
color: #1039DA;
}
.AnyTagClassName
{
color: #1039DA;
}
</style>
background-color css
<style>
a { background-color: #1039DA; }
a { background-color: rgb(16,57,218); }
div.DivClassName
{
background-color: #1039DA;
}
.BgClassName
{
background-color: #1039DA;
}
</style>
border-color css
<style>
span { border-color: #1039DA; }
span { border-color: rgb(16,57,218); }
td.TdClassName
{
border-color: #1039DA;
}
.TagClassName
{
border-color: #1039DA;
}
</style>