Shades of Medium Blue #1803BC
Tints of Medium Blue #1803BC
RGB
CMYK
RGB Variations
Color information
#1803BC (or 0x1803BC) is known color: Medium Blue. HEX triplet: 18, 03 and BC. RGB value is (24,3,188). Sum of RGB (Red+Green+Blue) = 24+3+188=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #1803BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1803BC is #E7FC43. Grayscale: #1D1D1D. Windows color (decimal): -15203396 or 12321560. OLE color: 12321560.
HSL color Cylindrical-coordinate representation of color #1803BC: hue angle of 246.81º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1803BC is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 3 | 188 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.26 |
| HSL | 246.81º | 0.97% | 0.37% | - |
| HSV(B) | 246.81º | 0.98% | 0.74% | - |
| XYZ | 9.49 | 3.89 | 47.83 | - |
| YUV | 30.37 | 216.96 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 188 | 0.87 | 0.98 | 0 | 0.26 | 246.81 | 0.97 | 0.37 |
| Hex | 18 | 3 | BC | 57 | 62 | 0 | 1A | F7 | 61 | 25 |
| Octal | 30 | 3 | 274 | 127 | 142 | 0 | 32 | 367 | 141 | 45 |
| Binary | 11000 | 11 | 10111100 | 1010111 | 1100010 | 0 | 11010 | 11110111 | 1100001 | 100101 |
Color Harmonies of #1803BC
Complementary color
Monochromatic Colors of #1803BC
Black with #1803BC
Text Example
Text Example
White with #1803BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1803BC; }
p { color: rgb(24,3,188); }
H1.HeaderClassName
{
color: #1803BC;
}
.AnyTagClassName
{
color: #1803BC;
}
</style>
background-color css
<style>
a { background-color: #1803BC; }
a { background-color: rgb(24,3,188); }
div.DivClassName
{
background-color: #1803BC;
}
.BgClassName
{
background-color: #1803BC;
}
</style>
border-color css
<style>
span { border-color: #1803BC; }
span { border-color: rgb(24,3,188); }
td.TdClassName
{
border-color: #1803BC;
}
.TagClassName
{
border-color: #1803BC;
}
</style>