Shades of Medium Blue #1017C1
Tints of Medium Blue #1017C1
RGB
CMYK
RGB Variations
Color information
#1017C1 (or 0x1017C1) is known color: Medium Blue. HEX triplet: 10, 17 and C1. RGB value is (16,23,193). Sum of RGB (Red+Green+Blue) = 16+23+193=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 193 (75.78% from 255 or 83.19% from 232); Max value from RGB is 193 - color contains mainly: blue. Hex color #1017C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017C1 is #EFE83E. Grayscale: #272727. Windows color (decimal): -15722559 or 12654352. OLE color: 12654352.
HSL color Cylindrical-coordinate representation of color #1017C1: hue angle of 237.63º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1017C1 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 23 | 193 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.24 |
| HSL | 237.63º | 0.85% | 0.41% | - |
| HSV(B) | 237.63º | 0.92% | 0.76% | - |
| XYZ | 10.15 | 4.57 | 50.8 | - |
| YUV | 40.29 | 214.18 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 193 | 0.92 | 0.88 | 0 | 0.24 | 237.63 | 0.85 | 0.41 |
| Hex | 10 | 17 | C1 | 5C | 58 | 0 | 18 | EE | 55 | 29 |
| Octal | 20 | 27 | 301 | 134 | 130 | 0 | 30 | 356 | 125 | 51 |
| Binary | 10000 | 10111 | 11000001 | 1011100 | 1011000 | 0 | 11000 | 11101110 | 1010101 | 101001 |
Color Harmonies of #1017C1
Complementary color
Monochromatic Colors of #1017C1
Black with #1017C1
Text Example
Text Example
White with #1017C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1017C1; }
p { color: rgb(16,23,193); }
H1.HeaderClassName
{
color: #1017C1;
}
.AnyTagClassName
{
color: #1017C1;
}
</style>
background-color css
<style>
a { background-color: #1017C1; }
a { background-color: rgb(16,23,193); }
div.DivClassName
{
background-color: #1017C1;
}
.BgClassName
{
background-color: #1017C1;
}
</style>
border-color css
<style>
span { border-color: #1017C1; }
span { border-color: rgb(16,23,193); }
td.TdClassName
{
border-color: #1017C1;
}
.TagClassName
{
border-color: #1017C1;
}
</style>