Shades of Medium Blue #1813BA
Tints of Medium Blue #1813BA
RGB
CMYK
RGB Variations
Color information
#1813BA (or 0x1813BA) is known color: Medium Blue. HEX triplet: 18, 13 and BA. RGB value is (24,19,186). Sum of RGB (Red+Green+Blue) = 24+19+186=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #1813BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1813BA is #E7EC45. Grayscale: #262626. Windows color (decimal): -15199302 or 12194584. OLE color: 12194584.
HSL color Cylindrical-coordinate representation of color #1813BA: hue angle of 241.8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1813BA is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 19 | 186 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.27 |
| HSL | 241.8º | 0.81% | 0.4% | - |
| HSV(B) | 241.8º | 0.9% | 0.73% | - |
| XYZ | 9.47 | 4.21 | 46.77 | - |
| YUV | 39.53 | 210.66 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 186 | 0.87 | 0.90 | 0 | 0.27 | 241.8 | 0.81 | 0.4 |
| Hex | 18 | 13 | BA | 57 | 5A | 0 | 1B | F2 | 51 | 28 |
| Octal | 30 | 23 | 272 | 127 | 132 | 0 | 33 | 362 | 121 | 50 |
| Binary | 11000 | 10011 | 10111010 | 1010111 | 1011010 | 0 | 11011 | 11110010 | 1010001 | 101000 |
Color Harmonies of #1813BA
Complementary color
Monochromatic Colors of #1813BA
Black with #1813BA
Text Example
Text Example
White with #1813BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1813BA; }
p { color: rgb(24,19,186); }
H1.HeaderClassName
{
color: #1813BA;
}
.AnyTagClassName
{
color: #1813BA;
}
</style>
background-color css
<style>
a { background-color: #1813BA; }
a { background-color: rgb(24,19,186); }
div.DivClassName
{
background-color: #1813BA;
}
.BgClassName
{
background-color: #1813BA;
}
</style>
border-color css
<style>
span { border-color: #1813BA; }
span { border-color: rgb(24,19,186); }
td.TdClassName
{
border-color: #1813BA;
}
.TagClassName
{
border-color: #1813BA;
}
</style>