Shades of Blue #1039FF
Tints of Blue #1039FF
RGB
CMYK
RGB Variations
Color information
#1039FF (or 0x1039FF) is known color: Blue. HEX triplet: 10, 39 and FF. RGB value is (16,57,255). Sum of RGB (Red+Green+Blue) = 16+57+255=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #1039FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1039FF is #EFC600. Grayscale: #424242. Windows color (decimal): -15713793 or 16726288. OLE color: 16726288.
HSL color Cylindrical-coordinate representation of color #1039FF: hue angle of 229.71º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1039FF is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 57 | 255 | - |
| CMYK | 0.94 | 0.78 | 0 | 0 |
| HSL | 229.71º | 1% | 0.53% | - |
| HSV(B) | 229.71º | 0.94% | 1% | - |
| XYZ | 19.73 | 10.26 | 95.55 | - |
| YUV | 67.31 | 233.92 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 255 | 0.94 | 0.78 | 0 | 0 | 229.71 | 1 | 0.53 |
| Hex | 10 | 39 | FF | 5E | 4E | 0 | 0 | E6 | 64 | 35 |
| Octal | 20 | 71 | 377 | 136 | 116 | 0 | 0 | 346 | 144 | 65 |
| Binary | 10000 | 111001 | 11111111 | 1011110 | 1001110 | 0 | 0 | 11100110 | 1100100 | 110101 |
Color Harmonies of #1039FF
Complementary color
Monochromatic Colors of #1039FF
Black with #1039FF
Text Example
Text Example
White with #1039FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1039FF; }
p { color: rgb(16,57,255); }
H1.HeaderClassName
{
color: #1039FF;
}
.AnyTagClassName
{
color: #1039FF;
}
</style>
background-color css
<style>
a { background-color: #1039FF; }
a { background-color: rgb(16,57,255); }
div.DivClassName
{
background-color: #1039FF;
}
.BgClassName
{
background-color: #1039FF;
}
</style>
border-color css
<style>
span { border-color: #1039FF; }
span { border-color: rgb(16,57,255); }
td.TdClassName
{
border-color: #1039FF;
}
.TagClassName
{
border-color: #1039FF;
}
</style>