Shades of Medium Blue #180BC0
Tints of Medium Blue #180BC0
RGB
CMYK
RGB Variations
Color information
#180BC0 (or 0x180BC0) is known color: Medium Blue. HEX triplet: 18, 0B and C0. RGB value is (24,11,192). Sum of RGB (Red+Green+Blue) = 24+11+192=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 192 (75.39% from 255 or 84.58% from 227); Max value from RGB is 192 - color contains mainly: blue. Hex color #180BC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BC0 is #E7F43F. Grayscale: #222222. Windows color (decimal): -15201344 or 12585752. OLE color: 12585752.
HSL color Cylindrical-coordinate representation of color #180BC0: hue angle of 244.31º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180BC0 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 11 | 192 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.25 |
| HSL | 244.31º | 0.89% | 0.4% | - |
| HSV(B) | 244.31º | 0.94% | 0.75% | - |
| XYZ | 10.01 | 4.24 | 50.16 | - |
| YUV | 35.52 | 216.31 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 192 | 0.88 | 0.94 | 0 | 0.25 | 244.31 | 0.89 | 0.4 |
| Hex | 18 | B | C0 | 58 | 5E | 0 | 19 | F4 | 59 | 28 |
| Octal | 30 | 13 | 300 | 130 | 136 | 0 | 31 | 364 | 131 | 50 |
| Binary | 11000 | 1011 | 11000000 | 1011000 | 1011110 | 0 | 11001 | 11110100 | 1011001 | 101000 |
Color Harmonies of #180BC0
Complementary color
Monochromatic Colors of #180BC0
Black with #180BC0
Text Example
Text Example
White with #180BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BC0; }
p { color: rgb(24,11,192); }
H1.HeaderClassName
{
color: #180BC0;
}
.AnyTagClassName
{
color: #180BC0;
}
</style>
background-color css
<style>
a { background-color: #180BC0; }
a { background-color: rgb(24,11,192); }
div.DivClassName
{
background-color: #180BC0;
}
.BgClassName
{
background-color: #180BC0;
}
</style>
border-color css
<style>
span { border-color: #180BC0; }
span { border-color: rgb(24,11,192); }
td.TdClassName
{
border-color: #180BC0;
}
.TagClassName
{
border-color: #180BC0;
}
</style>