Shades of Medium Blue #180ABA
Tints of Medium Blue #180ABA
RGB
CMYK
RGB Variations
Color information
#180ABA (or 0x180ABA) is known color: Medium Blue. HEX triplet: 18, 0A and BA. RGB value is (24,10,186). Sum of RGB (Red+Green+Blue) = 24+10+186=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 10 (4.30% from 255 or 4.55% 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 #180ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ABA is #E7F545. Grayscale: #212121. Windows color (decimal): -15201606 or 12192280. OLE color: 12192280.
HSL color Cylindrical-coordinate representation of color #180ABA: hue angle of 244.77º 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 #180ABA is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 10 | 186 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.27 |
| HSL | 244.77º | 0.9% | 0.38% | - |
| HSV(B) | 244.77º | 0.95% | 0.73% | - |
| XYZ | 9.35 | 3.96 | 46.73 | - |
| YUV | 34.25 | 213.64 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 186 | 0.87 | 0.95 | 0 | 0.27 | 244.77 | 0.9 | 0.38 |
| Hex | 18 | A | BA | 57 | 5F | 0 | 1B | F5 | 5A | 26 |
| Octal | 30 | 12 | 272 | 127 | 137 | 0 | 33 | 365 | 132 | 46 |
| Binary | 11000 | 1010 | 10111010 | 1010111 | 1011111 | 0 | 11011 | 11110101 | 1011010 | 100110 |
Color Harmonies of #180ABA
Complementary color
Monochromatic Colors of #180ABA
Black with #180ABA
Text Example
Text Example
White with #180ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180ABA; }
p { color: rgb(24,10,186); }
H1.HeaderClassName
{
color: #180ABA;
}
.AnyTagClassName
{
color: #180ABA;
}
</style>
background-color css
<style>
a { background-color: #180ABA; }
a { background-color: rgb(24,10,186); }
div.DivClassName
{
background-color: #180ABA;
}
.BgClassName
{
background-color: #180ABA;
}
</style>
border-color css
<style>
span { border-color: #180ABA; }
span { border-color: rgb(24,10,186); }
td.TdClassName
{
border-color: #180ABA;
}
.TagClassName
{
border-color: #180ABA;
}
</style>