Shades of Medium Blue #1811BA
Tints of Medium Blue #1811BA
RGB
CMYK
RGB Variations
Color information
#1811BA (or 0x1811BA) is known color: Medium Blue. HEX triplet: 18, 11 and BA. RGB value is (24,17,186). Sum of RGB (Red+Green+Blue) = 24+17+186=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #1811BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1811BA is #E7EE45. Grayscale: #252525. Windows color (decimal): -15199814 or 12194072. OLE color: 12194072.
HSL color Cylindrical-coordinate representation of color #1811BA: hue angle of 242.49º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1811BA is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 17 | 186 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.27 |
| HSL | 242.49º | 0.83% | 0.4% | - |
| HSV(B) | 242.49º | 0.91% | 0.73% | - |
| XYZ | 9.44 | 4.14 | 46.76 | - |
| YUV | 38.36 | 211.32 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 186 | 0.87 | 0.91 | 0 | 0.27 | 242.49 | 0.83 | 0.4 |
| Hex | 18 | 11 | BA | 57 | 5B | 0 | 1B | F2 | 53 | 28 |
| Octal | 30 | 21 | 272 | 127 | 133 | 0 | 33 | 362 | 123 | 50 |
| Binary | 11000 | 10001 | 10111010 | 1010111 | 1011011 | 0 | 11011 | 11110010 | 1010011 | 101000 |
Color Harmonies of #1811BA
Complementary color
Monochromatic Colors of #1811BA
Black with #1811BA
Text Example
Text Example
White with #1811BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1811BA; }
p { color: rgb(24,17,186); }
H1.HeaderClassName
{
color: #1811BA;
}
.AnyTagClassName
{
color: #1811BA;
}
</style>
background-color css
<style>
a { background-color: #1811BA; }
a { background-color: rgb(24,17,186); }
div.DivClassName
{
background-color: #1811BA;
}
.BgClassName
{
background-color: #1811BA;
}
</style>
border-color css
<style>
span { border-color: #1811BA; }
span { border-color: rgb(24,17,186); }
td.TdClassName
{
border-color: #1811BA;
}
.TagClassName
{
border-color: #1811BA;
}
</style>