Shades of Medium Blue #1017BB
Tints of Medium Blue #1017BB
RGB
CMYK
RGB Variations
Color information
#1017BB (or 0x1017BB) is known color: Medium Blue. HEX triplet: 10, 17 and BB. RGB value is (16,23,187). Sum of RGB (Red+Green+Blue) = 16+23+187=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 187 (73.44% from 255 or 82.74% from 226); Max value from RGB is 187 - color contains mainly: blue. Hex color #1017BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017BB is #EFE844. Grayscale: #262626. Windows color (decimal): -15722565 or 12261136. OLE color: 12261136.
HSL color Cylindrical-coordinate representation of color #1017BB: hue angle of 237.54º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1017BB is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 23 | 187 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.27 |
| HSL | 237.54º | 0.84% | 0.4% | - |
| HSV(B) | 237.54º | 0.91% | 0.73% | - |
| XYZ | 9.49 | 4.31 | 47.35 | - |
| YUV | 39.6 | 211.18 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 187 | 0.91 | 0.88 | 0 | 0.27 | 237.54 | 0.84 | 0.4 |
| Hex | 10 | 17 | BB | 5B | 58 | 0 | 1B | EE | 54 | 28 |
| Octal | 20 | 27 | 273 | 133 | 130 | 0 | 33 | 356 | 124 | 50 |
| Binary | 10000 | 10111 | 10111011 | 1011011 | 1011000 | 0 | 11011 | 11101110 | 1010100 | 101000 |
Color Harmonies of #1017BB
Complementary color
Monochromatic Colors of #1017BB
Black with #1017BB
Text Example
Text Example
White with #1017BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1017BB; }
p { color: rgb(16,23,187); }
H1.HeaderClassName
{
color: #1017BB;
}
.AnyTagClassName
{
color: #1017BB;
}
</style>
background-color css
<style>
a { background-color: #1017BB; }
a { background-color: rgb(16,23,187); }
div.DivClassName
{
background-color: #1017BB;
}
.BgClassName
{
background-color: #1017BB;
}
</style>
border-color css
<style>
span { border-color: #1017BB; }
span { border-color: rgb(16,23,187); }
td.TdClassName
{
border-color: #1017BB;
}
.TagClassName
{
border-color: #1017BB;
}
</style>