Shades of Medium Blue #1808BC
Tints of Medium Blue #1808BC
RGB
CMYK
RGB Variations
Color information
#1808BC (or 0x1808BC) is known color: Medium Blue. HEX triplet: 18, 08 and BC. RGB value is (24,8,188). Sum of RGB (Red+Green+Blue) = 24+8+188=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 188 (73.83% from 255 or 85.45% from 220); Max value from RGB is 188 - color contains mainly: blue. Hex color #1808BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1808BC is #E7F743. Grayscale: #202020. Windows color (decimal): -15202116 or 12322840. OLE color: 12322840.
HSL color Cylindrical-coordinate representation of color #1808BC: hue angle of 245.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1808BC is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 8 | 188 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.26 |
| HSL | 245.33º | 0.92% | 0.38% | - |
| HSV(B) | 245.33º | 0.96% | 0.74% | - |
| XYZ | 9.54 | 4 | 47.85 | - |
| YUV | 33.3 | 215.3 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 188 | 0.87 | 0.96 | 0 | 0.26 | 245.33 | 0.92 | 0.38 |
| Hex | 18 | 8 | BC | 57 | 60 | 0 | 1A | F5 | 5C | 26 |
| Octal | 30 | 10 | 274 | 127 | 140 | 0 | 32 | 365 | 134 | 46 |
| Binary | 11000 | 1000 | 10111100 | 1010111 | 1100000 | 0 | 11010 | 11110101 | 1011100 | 100110 |
Color Harmonies of #1808BC
Complementary color
Monochromatic Colors of #1808BC
Black with #1808BC
Text Example
Text Example
White with #1808BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1808BC; }
p { color: rgb(24,8,188); }
H1.HeaderClassName
{
color: #1808BC;
}
.AnyTagClassName
{
color: #1808BC;
}
</style>
background-color css
<style>
a { background-color: #1808BC; }
a { background-color: rgb(24,8,188); }
div.DivClassName
{
background-color: #1808BC;
}
.BgClassName
{
background-color: #1808BC;
}
</style>
border-color css
<style>
span { border-color: #1808BC; }
span { border-color: rgb(24,8,188); }
td.TdClassName
{
border-color: #1808BC;
}
.TagClassName
{
border-color: #1808BC;
}
</style>