Shades of Medium Blue #1816BA
Tints of Medium Blue #1816BA
RGB
CMYK
RGB Variations
Color information
#1816BA (or 0x1816BA) is known color: Medium Blue. HEX triplet: 18, 16 and BA. RGB value is (24,22,186). Sum of RGB (Red+Green+Blue) = 24+22+186=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #1816BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1816BA is #E7E945. Grayscale: #282828. Windows color (decimal): -15198534 or 12195352. OLE color: 12195352.
HSL color Cylindrical-coordinate representation of color #1816BA: hue angle of 240.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1816BA is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 22 | 186 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.27 |
| HSL | 240.73º | 0.79% | 0.41% | - |
| HSV(B) | 240.73º | 0.88% | 0.73% | - |
| XYZ | 9.53 | 4.31 | 46.78 | - |
| YUV | 41.29 | 209.66 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 186 | 0.87 | 0.88 | 0 | 0.27 | 240.73 | 0.79 | 0.41 |
| Hex | 18 | 16 | BA | 57 | 58 | 0 | 1B | F1 | 4F | 29 |
| Octal | 30 | 26 | 272 | 127 | 130 | 0 | 33 | 361 | 117 | 51 |
| Binary | 11000 | 10110 | 10111010 | 1010111 | 1011000 | 0 | 11011 | 11110001 | 1001111 | 101001 |
Color Harmonies of #1816BA
Complementary color
Monochromatic Colors of #1816BA
Black with #1816BA
Text Example
Text Example
White with #1816BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1816BA; }
p { color: rgb(24,22,186); }
H1.HeaderClassName
{
color: #1816BA;
}
.AnyTagClassName
{
color: #1816BA;
}
</style>
background-color css
<style>
a { background-color: #1816BA; }
a { background-color: rgb(24,22,186); }
div.DivClassName
{
background-color: #1816BA;
}
.BgClassName
{
background-color: #1816BA;
}
</style>
border-color css
<style>
span { border-color: #1816BA; }
span { border-color: rgb(24,22,186); }
td.TdClassName
{
border-color: #1816BA;
}
.TagClassName
{
border-color: #1816BA;
}
</style>