Shades of Medium Blue #1C06BE
Tints of Medium Blue #1C06BE
RGB
CMYK
RGB Variations
Color information
#1C06BE (or 0x1C06BE) is known color: Medium Blue. HEX triplet: 1C, 06 and BE. RGB value is (28,6,190). Sum of RGB (Red+Green+Blue) = 28+6+190=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 190 (74.61% from 255 or 84.82% from 224); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C06BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C06BE is #E3F941. Grayscale: #202020. Windows color (decimal): -14940482 or 12453404. OLE color: 12453404.
HSL color Cylindrical-coordinate representation of color #1C06BE: hue angle of 247.17º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C06BE is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 6 | 190 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.25 |
| HSL | 247.17º | 0.94% | 0.38% | - |
| HSV(B) | 247.17º | 0.97% | 0.75% | - |
| XYZ | 9.84 | 4.09 | 48.99 | - |
| YUV | 33.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 190 | 0.85 | 0.97 | 0 | 0.25 | 247.17 | 0.94 | 0.38 |
| Hex | 1C | 6 | BE | 55 | 61 | 0 | 19 | F7 | 5E | 26 |
| Octal | 34 | 6 | 276 | 125 | 141 | 0 | 31 | 367 | 136 | 46 |
| Binary | 11100 | 110 | 10111110 | 1010101 | 1100001 | 0 | 11001 | 11110111 | 1011110 | 100110 |
Color Harmonies of #1C06BE
Complementary color
Monochromatic Colors of #1C06BE
Black with #1C06BE
Text Example
Text Example
White with #1C06BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C06BE; }
p { color: rgb(28,6,190); }
H1.HeaderClassName
{
color: #1C06BE;
}
.AnyTagClassName
{
color: #1C06BE;
}
</style>
background-color css
<style>
a { background-color: #1C06BE; }
a { background-color: rgb(28,6,190); }
div.DivClassName
{
background-color: #1C06BE;
}
.BgClassName
{
background-color: #1C06BE;
}
</style>
border-color css
<style>
span { border-color: #1C06BE; }
span { border-color: rgb(28,6,190); }
td.TdClassName
{
border-color: #1C06BE;
}
.TagClassName
{
border-color: #1C06BE;
}
</style>