Shades of Medium Blue #170EBA
Tints of Medium Blue #170EBA
RGB
CMYK
RGB Variations
Color information
#170EBA (or 0x170EBA) is known color: Medium Blue. HEX triplet: 17, 0E and BA. RGB value is (23,14,186). Sum of RGB (Red+Green+Blue) = 23+14+186=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #170EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170EBA is #E8F145. Grayscale: #232323. Windows color (decimal): -15266118 or 12193303. OLE color: 12193303.
HSL color Cylindrical-coordinate representation of color #170EBA: hue angle of 243.14º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170EBA is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 14 | 186 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.27 |
| HSL | 243.14º | 0.86% | 0.39% | - |
| HSV(B) | 243.14º | 0.92% | 0.73% | - |
| XYZ | 9.37 | 4.04 | 46.74 | - |
| YUV | 36.3 | 212.48 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 186 | 0.88 | 0.92 | 0 | 0.27 | 243.14 | 0.86 | 0.39 |
| Hex | 17 | E | BA | 58 | 5C | 0 | 1B | F3 | 56 | 27 |
| Octal | 27 | 16 | 272 | 130 | 134 | 0 | 33 | 363 | 126 | 47 |
| Binary | 10111 | 1110 | 10111010 | 1011000 | 1011100 | 0 | 11011 | 11110011 | 1010110 | 100111 |
Color Harmonies of #170EBA
Complementary color
Monochromatic Colors of #170EBA
Black with #170EBA
Text Example
Text Example
White with #170EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170EBA; }
p { color: rgb(23,14,186); }
H1.HeaderClassName
{
color: #170EBA;
}
.AnyTagClassName
{
color: #170EBA;
}
</style>
background-color css
<style>
a { background-color: #170EBA; }
a { background-color: rgb(23,14,186); }
div.DivClassName
{
background-color: #170EBA;
}
.BgClassName
{
background-color: #170EBA;
}
</style>
border-color css
<style>
span { border-color: #170EBA; }
span { border-color: rgb(23,14,186); }
td.TdClassName
{
border-color: #170EBA;
}
.TagClassName
{
border-color: #170EBA;
}
</style>