Shades of Medium Blue #1806BD
Tints of Medium Blue #1806BD
RGB
CMYK
RGB Variations
Color information
#1806BD (or 0x1806BD) is known color: Medium Blue. HEX triplet: 18, 06 and BD. RGB value is (24,6,189). Sum of RGB (Red+Green+Blue) = 24+6+189=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 189 (74.22% from 255 or 86.30% from 219); Max value from RGB is 189 - color contains mainly: blue. Hex color #1806BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1806BD is #E7F942. Grayscale: #1F1F1F. Windows color (decimal): -15202627 or 12387864. OLE color: 12387864.
HSL color Cylindrical-coordinate representation of color #1806BD: hue angle of 245.9º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1806BD is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 6 | 189 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.26 |
| HSL | 245.9º | 0.94% | 0.38% | - |
| HSV(B) | 245.9º | 0.97% | 0.74% | - |
| XYZ | 9.63 | 4 | 48.41 | - |
| YUV | 32.24 | 216.46 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 189 | 0.87 | 0.97 | 0 | 0.26 | 245.9 | 0.94 | 0.38 |
| Hex | 18 | 6 | BD | 57 | 61 | 0 | 1A | F6 | 5E | 26 |
| Octal | 30 | 6 | 275 | 127 | 141 | 0 | 32 | 366 | 136 | 46 |
| Binary | 11000 | 110 | 10111101 | 1010111 | 1100001 | 0 | 11010 | 11110110 | 1011110 | 100110 |
Color Harmonies of #1806BD
Complementary color
Monochromatic Colors of #1806BD
Black with #1806BD
Text Example
Text Example
White with #1806BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1806BD; }
p { color: rgb(24,6,189); }
H1.HeaderClassName
{
color: #1806BD;
}
.AnyTagClassName
{
color: #1806BD;
}
</style>
background-color css
<style>
a { background-color: #1806BD; }
a { background-color: rgb(24,6,189); }
div.DivClassName
{
background-color: #1806BD;
}
.BgClassName
{
background-color: #1806BD;
}
</style>
border-color css
<style>
span { border-color: #1806BD; }
span { border-color: rgb(24,6,189); }
td.TdClassName
{
border-color: #1806BD;
}
.TagClassName
{
border-color: #1806BD;
}
</style>