Shades of Medium Blue #170BBA
Tints of Medium Blue #170BBA
RGB
CMYK
RGB Variations
Color information
#170BBA (or 0x170BBA) is known color: Medium Blue. HEX triplet: 17, 0B and BA. RGB value is (23,11,186). Sum of RGB (Red+Green+Blue) = 23+11+186=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #170BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170BBA is #E8F445. Grayscale: #212121. Windows color (decimal): -15266886 or 12192535. OLE color: 12192535.
HSL color Cylindrical-coordinate representation of color #170BBA: hue angle of 244.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170BBA is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 11 | 186 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.27 |
| HSL | 244.11º | 0.89% | 0.39% | - |
| HSV(B) | 244.11º | 0.94% | 0.73% | - |
| XYZ | 9.34 | 3.97 | 46.73 | - |
| YUV | 34.54 | 213.48 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 186 | 0.88 | 0.94 | 0 | 0.27 | 244.11 | 0.89 | 0.39 |
| Hex | 17 | B | BA | 58 | 5E | 0 | 1B | F4 | 59 | 27 |
| Octal | 27 | 13 | 272 | 130 | 136 | 0 | 33 | 364 | 131 | 47 |
| Binary | 10111 | 1011 | 10111010 | 1011000 | 1011110 | 0 | 11011 | 11110100 | 1011001 | 100111 |
Color Harmonies of #170BBA
Complementary color
Monochromatic Colors of #170BBA
Black with #170BBA
Text Example
Text Example
White with #170BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BBA; }
p { color: rgb(23,11,186); }
H1.HeaderClassName
{
color: #170BBA;
}
.AnyTagClassName
{
color: #170BBA;
}
</style>
background-color css
<style>
a { background-color: #170BBA; }
a { background-color: rgb(23,11,186); }
div.DivClassName
{
background-color: #170BBA;
}
.BgClassName
{
background-color: #170BBA;
}
</style>
border-color css
<style>
span { border-color: #170BBA; }
span { border-color: rgb(23,11,186); }
td.TdClassName
{
border-color: #170BBA;
}
.TagClassName
{
border-color: #170BBA;
}
</style>