Shades of Medium Blue #1803BA
Tints of Medium Blue #1803BA
RGB
CMYK
RGB Variations
Color information
#1803BA (or 0x1803BA) is known color: Medium Blue. HEX triplet: 18, 03 and BA. RGB value is (24,3,186). Sum of RGB (Red+Green+Blue) = 24+3+186=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #1803BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1803BA is #E7FC45. Grayscale: #1D1D1D. Windows color (decimal): -15203398 or 12190488. OLE color: 12190488.
HSL color Cylindrical-coordinate representation of color #1803BA: hue angle of 246.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1803BA is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 3 | 186 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.27 |
| HSL | 246.89º | 0.97% | 0.37% | - |
| HSV(B) | 246.89º | 0.98% | 0.73% | - |
| XYZ | 9.27 | 3.8 | 46.7 | - |
| YUV | 30.14 | 215.96 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 186 | 0.87 | 0.98 | 0 | 0.27 | 246.89 | 0.97 | 0.37 |
| Hex | 18 | 3 | BA | 57 | 62 | 0 | 1B | F7 | 61 | 25 |
| Octal | 30 | 3 | 272 | 127 | 142 | 0 | 33 | 367 | 141 | 45 |
| Binary | 11000 | 11 | 10111010 | 1010111 | 1100010 | 0 | 11011 | 11110111 | 1100001 | 100101 |
Color Harmonies of #1803BA
Complementary color
Monochromatic Colors of #1803BA
Black with #1803BA
Text Example
Text Example
White with #1803BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803BA; }
p { color: rgb(24,3,186); }
H1.HeaderClassName
{
color: #1803BA;
}
.AnyTagClassName
{
color: #1803BA;
}
</style>
background-color css
<style>
a { background-color: #1803BA; }
a { background-color: rgb(24,3,186); }
div.DivClassName
{
background-color: #1803BA;
}
.BgClassName
{
background-color: #1803BA;
}
</style>
border-color css
<style>
span { border-color: #1803BA; }
span { border-color: rgb(24,3,186); }
td.TdClassName
{
border-color: #1803BA;
}
.TagClassName
{
border-color: #1803BA;
}
</style>