Shades of Medium Blue #1804BC
Tints of Medium Blue #1804BC
RGB
CMYK
RGB Variations
Color information
#1804BC (or 0x1804BC) is known color: Medium Blue. HEX triplet: 18, 04 and BC. RGB value is (24,4,188). Sum of RGB (Red+Green+Blue) = 24+4+188=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 188 (73.83% from 255 or 87.04% from 216); Max value from RGB is 188 - color contains mainly: blue. Hex color #1804BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1804BC is #E7FB43. Grayscale: #1E1E1E. Windows color (decimal): -15203140 or 12321816. OLE color: 12321816.
HSL color Cylindrical-coordinate representation of color #1804BC: hue angle of 246.52º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1804BC is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 4 | 188 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.26 |
| HSL | 246.52º | 0.96% | 0.38% | - |
| HSV(B) | 246.52º | 0.98% | 0.74% | - |
| XYZ | 9.5 | 3.91 | 47.83 | - |
| YUV | 30.96 | 216.63 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 188 | 0.87 | 0.98 | 0 | 0.26 | 246.52 | 0.96 | 0.38 |
| Hex | 18 | 4 | BC | 57 | 62 | 0 | 1A | F7 | 60 | 26 |
| Octal | 30 | 4 | 274 | 127 | 142 | 0 | 32 | 367 | 140 | 46 |
| Binary | 11000 | 100 | 10111100 | 1010111 | 1100010 | 0 | 11010 | 11110111 | 1100000 | 100110 |
Color Harmonies of #1804BC
Complementary color
Monochromatic Colors of #1804BC
Black with #1804BC
Text Example
Text Example
White with #1804BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1804BC; }
p { color: rgb(24,4,188); }
H1.HeaderClassName
{
color: #1804BC;
}
.AnyTagClassName
{
color: #1804BC;
}
</style>
background-color css
<style>
a { background-color: #1804BC; }
a { background-color: rgb(24,4,188); }
div.DivClassName
{
background-color: #1804BC;
}
.BgClassName
{
background-color: #1804BC;
}
</style>
border-color css
<style>
span { border-color: #1804BC; }
span { border-color: rgb(24,4,188); }
td.TdClassName
{
border-color: #1804BC;
}
.TagClassName
{
border-color: #1804BC;
}
</style>