Shades of Medium Blue #1019C6
Tints of Medium Blue #1019C6
RGB
CMYK
RGB Variations
Color information
#1019C6 (or 0x1019C6) is known color: Medium Blue. HEX triplet: 10, 19 and C6. RGB value is (16,25,198). Sum of RGB (Red+Green+Blue) = 16+25+198=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 198 (77.73% from 255 or 82.85% from 239); Max value from RGB is 198 - color contains mainly: blue. Hex color #1019C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1019C6 is #EFE639. Grayscale: #292929. Windows color (decimal): -15722042 or 12982544. OLE color: 12982544.
HSL color Cylindrical-coordinate representation of color #1019C6: hue angle of 237.03º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1019C6 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 25 | 198 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.22 |
| HSL | 237.03º | 0.85% | 0.42% | - |
| HSV(B) | 237.03º | 0.92% | 0.78% | - |
| XYZ | 10.75 | 4.88 | 53.8 | - |
| YUV | 42.03 | 216.02 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 198 | 0.92 | 0.87 | 0 | 0.22 | 237.03 | 0.85 | 0.42 |
| Hex | 10 | 19 | C6 | 5C | 57 | 0 | 16 | ED | 55 | 2A |
| Octal | 20 | 31 | 306 | 134 | 127 | 0 | 26 | 355 | 125 | 52 |
| Binary | 10000 | 11001 | 11000110 | 1011100 | 1010111 | 0 | 10110 | 11101101 | 1010101 | 101010 |
Color Harmonies of #1019C6
Complementary color
Monochromatic Colors of #1019C6
Black with #1019C6
Text Example
Text Example
White with #1019C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019C6; }
p { color: rgb(16,25,198); }
H1.HeaderClassName
{
color: #1019C6;
}
.AnyTagClassName
{
color: #1019C6;
}
</style>
background-color css
<style>
a { background-color: #1019C6; }
a { background-color: rgb(16,25,198); }
div.DivClassName
{
background-color: #1019C6;
}
.BgClassName
{
background-color: #1019C6;
}
</style>
border-color css
<style>
span { border-color: #1019C6; }
span { border-color: rgb(16,25,198); }
td.TdClassName
{
border-color: #1019C6;
}
.TagClassName
{
border-color: #1019C6;
}
</style>