Shades of Medium Blue #180EBA
Tints of Medium Blue #180EBA
RGB
CMYK
RGB Variations
Color information
#180EBA (or 0x180EBA) is known color: Medium Blue. HEX triplet: 18, 0E and BA. RGB value is (24,14,186). Sum of RGB (Red+Green+Blue) = 24+14+186=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #180EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180EBA is #E7F145. Grayscale: #232323. Windows color (decimal): -15200582 or 12193304. OLE color: 12193304.
HSL color Cylindrical-coordinate representation of color #180EBA: hue angle of 243.49º 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 #180EBA is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 14 | 186 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.27 |
| HSL | 243.49º | 0.86% | 0.39% | - |
| HSV(B) | 243.49º | 0.92% | 0.73% | - |
| XYZ | 9.4 | 4.05 | 46.74 | - |
| YUV | 36.6 | 212.31 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 186 | 0.87 | 0.92 | 0 | 0.27 | 243.49 | 0.86 | 0.39 |
| Hex | 18 | E | BA | 57 | 5C | 0 | 1B | F3 | 56 | 27 |
| Octal | 30 | 16 | 272 | 127 | 134 | 0 | 33 | 363 | 126 | 47 |
| Binary | 11000 | 1110 | 10111010 | 1010111 | 1011100 | 0 | 11011 | 11110011 | 1010110 | 100111 |
Color Harmonies of #180EBA
Complementary color
Monochromatic Colors of #180EBA
Black with #180EBA
Text Example
Text Example
White with #180EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EBA; }
p { color: rgb(24,14,186); }
H1.HeaderClassName
{
color: #180EBA;
}
.AnyTagClassName
{
color: #180EBA;
}
</style>
background-color css
<style>
a { background-color: #180EBA; }
a { background-color: rgb(24,14,186); }
div.DivClassName
{
background-color: #180EBA;
}
.BgClassName
{
background-color: #180EBA;
}
</style>
border-color css
<style>
span { border-color: #180EBA; }
span { border-color: rgb(24,14,186); }
td.TdClassName
{
border-color: #180EBA;
}
.TagClassName
{
border-color: #180EBA;
}
</style>