Shades of Medium Blue #1801BA
Tints of Medium Blue #1801BA
RGB
CMYK
RGB Variations
Color information
#1801BA (or 0x1801BA) is known color: Medium Blue. HEX triplet: 18, 01 and BA. RGB value is (24,1,186). Sum of RGB (Red+Green+Blue) = 24+1+186=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 186 (73.05% from 255 or 88.15% from 211); Max value from RGB is 186 - color contains mainly: blue. Hex color #1801BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1801BA is #E7FE45. Grayscale: #1C1C1C. Windows color (decimal): -15203910 or 12189976. OLE color: 12189976.
HSL color Cylindrical-coordinate representation of color #1801BA: hue angle of 247.46º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1801BA is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 1 | 186 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.27 |
| HSL | 247.46º | 0.99% | 0.37% | - |
| HSV(B) | 247.46º | 0.99% | 0.73% | - |
| XYZ | 9.25 | 3.76 | 46.69 | - |
| YUV | 28.97 | 216.62 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 186 | 0.87 | 0.99 | 0 | 0.27 | 247.46 | 0.99 | 0.37 |
| Hex | 18 | 1 | BA | 57 | 63 | 0 | 1B | F7 | 63 | 25 |
| Octal | 30 | 1 | 272 | 127 | 143 | 0 | 33 | 367 | 143 | 45 |
| Binary | 11000 | 1 | 10111010 | 1010111 | 1100011 | 0 | 11011 | 11110111 | 1100011 | 100101 |
Color Harmonies of #1801BA
Complementary color
Monochromatic Colors of #1801BA
Black with #1801BA
Text Example
Text Example
White with #1801BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1801BA; }
p { color: rgb(24,1,186); }
H1.HeaderClassName
{
color: #1801BA;
}
.AnyTagClassName
{
color: #1801BA;
}
</style>
background-color css
<style>
a { background-color: #1801BA; }
a { background-color: rgb(24,1,186); }
div.DivClassName
{
background-color: #1801BA;
}
.BgClassName
{
background-color: #1801BA;
}
</style>
border-color css
<style>
span { border-color: #1801BA; }
span { border-color: rgb(24,1,186); }
td.TdClassName
{
border-color: #1801BA;
}
.TagClassName
{
border-color: #1801BA;
}
</style>