Shades of Medium Blue #1806CB
Tints of Medium Blue #1806CB
RGB
CMYK
RGB Variations
Color information
#1806CB (or 0x1806CB) is known color: Medium Blue. HEX triplet: 18, 06 and CB. RGB value is (24,6,203). Sum of RGB (Red+Green+Blue) = 24+6+203=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 203 (79.69% from 255 or 87.12% from 233); Max value from RGB is 203 - color contains mainly: blue. Hex color #1806CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1806CB is #E7F934. Grayscale: #212121. Windows color (decimal): -15202613 or 13305368. OLE color: 13305368.
HSL color Cylindrical-coordinate representation of color #1806CB: hue angle of 245.48º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1806CB is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 6 | 203 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.20 |
| HSL | 245.48º | 0.94% | 0.41% | - |
| HSV(B) | 245.48º | 0.97% | 0.8% | - |
| XYZ | 11.22 | 4.64 | 56.8 | - |
| YUV | 33.84 | 223.46 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 203 | 0.88 | 0.97 | 0 | 0.20 | 245.48 | 0.94 | 0.41 |
| Hex | 18 | 6 | CB | 58 | 61 | 0 | 14 | F5 | 5E | 29 |
| Octal | 30 | 6 | 313 | 130 | 141 | 0 | 24 | 365 | 136 | 51 |
| Binary | 11000 | 110 | 11001011 | 1011000 | 1100001 | 0 | 10100 | 11110101 | 1011110 | 101001 |
Color Harmonies of #1806CB
Complementary color
Monochromatic Colors of #1806CB
Black with #1806CB
Text Example
Text Example
White with #1806CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1806CB; }
p { color: rgb(24,6,203); }
H1.HeaderClassName
{
color: #1806CB;
}
.AnyTagClassName
{
color: #1806CB;
}
</style>
background-color css
<style>
a { background-color: #1806CB; }
a { background-color: rgb(24,6,203); }
div.DivClassName
{
background-color: #1806CB;
}
.BgClassName
{
background-color: #1806CB;
}
</style>
border-color css
<style>
span { border-color: #1806CB; }
span { border-color: rgb(24,6,203); }
td.TdClassName
{
border-color: #1806CB;
}
.TagClassName
{
border-color: #1806CB;
}
</style>