Shades of Blue #1019F6
Tints of Blue #1019F6
RGB
CMYK
RGB Variations
Color information
#1019F6 (or 0x1019F6) is known color: Blue. HEX triplet: 10, 19 and F6. RGB value is (16,25,246). Sum of RGB (Red+Green+Blue) = 16+25+246=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 246 (96.48% from 255 or 85.71% from 287); Max value from RGB is 246 - color contains mainly: blue. Hex color #1019F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1019F6 is #EFE609. Grayscale: #2E2E2E. Windows color (decimal): -15721994 or 16128272. OLE color: 16128272.
HSL color Cylindrical-coordinate representation of color #1019F6: hue angle of 237.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1019F6 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 25 | 246 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.04 |
| HSL | 237.65º | 0.93% | 0.51% | - |
| HSV(B) | 237.65º | 0.93% | 0.96% | - |
| XYZ | 17.2 | 7.46 | 87.72 | - |
| YUV | 47.5 | 240.02 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 246 | 0.93 | 0.90 | 0 | 0.04 | 237.65 | 0.93 | 0.51 |
| Hex | 10 | 19 | F6 | 5D | 5A | 0 | 4 | EE | 5D | 33 |
| Octal | 20 | 31 | 366 | 135 | 132 | 0 | 4 | 356 | 135 | 63 |
| Binary | 10000 | 11001 | 11110110 | 1011101 | 1011010 | 0 | 100 | 11101110 | 1011101 | 110011 |
Color Harmonies of #1019F6
Complementary color
Monochromatic Colors of #1019F6
Black with #1019F6
Text Example
Text Example
White with #1019F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019F6; }
p { color: rgb(16,25,246); }
H1.HeaderClassName
{
color: #1019F6;
}
.AnyTagClassName
{
color: #1019F6;
}
</style>
background-color css
<style>
a { background-color: #1019F6; }
a { background-color: rgb(16,25,246); }
div.DivClassName
{
background-color: #1019F6;
}
.BgClassName
{
background-color: #1019F6;
}
</style>
border-color css
<style>
span { border-color: #1019F6; }
span { border-color: rgb(16,25,246); }
td.TdClassName
{
border-color: #1019F6;
}
.TagClassName
{
border-color: #1019F6;
}
</style>