Shades of Medium Blue #170ABA
Tints of Medium Blue #170ABA
RGB
CMYK
RGB Variations
Color information
#170ABA (or 0x170ABA) is known color: Medium Blue. HEX triplet: 17, 0A and BA. RGB value is (23,10,186). Sum of RGB (Red+Green+Blue) = 23+10+186=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 186 (73.05% from 255 or 84.93% from 219); Max value from RGB is 186 - color contains mainly: blue. Hex color #170ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170ABA is #E8F545. Grayscale: #212121. Windows color (decimal): -15267142 or 12192279. OLE color: 12192279.
HSL color Cylindrical-coordinate representation of color #170ABA: hue angle of 244.43º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170ABA is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 10 | 186 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.27 |
| HSL | 244.43º | 0.9% | 0.38% | - |
| HSV(B) | 244.43º | 0.95% | 0.73% | - |
| XYZ | 9.32 | 3.94 | 46.72 | - |
| YUV | 33.95 | 213.81 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 186 | 0.88 | 0.95 | 0 | 0.27 | 244.43 | 0.9 | 0.38 |
| Hex | 17 | A | BA | 58 | 5F | 0 | 1B | F4 | 5A | 26 |
| Octal | 27 | 12 | 272 | 130 | 137 | 0 | 33 | 364 | 132 | 46 |
| Binary | 10111 | 1010 | 10111010 | 1011000 | 1011111 | 0 | 11011 | 11110100 | 1011010 | 100110 |
Color Harmonies of #170ABA
Complementary color
Monochromatic Colors of #170ABA
Black with #170ABA
Text Example
Text Example
White with #170ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170ABA; }
p { color: rgb(23,10,186); }
H1.HeaderClassName
{
color: #170ABA;
}
.AnyTagClassName
{
color: #170ABA;
}
</style>
background-color css
<style>
a { background-color: #170ABA; }
a { background-color: rgb(23,10,186); }
div.DivClassName
{
background-color: #170ABA;
}
.BgClassName
{
background-color: #170ABA;
}
</style>
border-color css
<style>
span { border-color: #170ABA; }
span { border-color: rgb(23,10,186); }
td.TdClassName
{
border-color: #170ABA;
}
.TagClassName
{
border-color: #170ABA;
}
</style>