Shades of Medium Blue #1C06B5
Tints of Medium Blue #1C06B5
RGB
CMYK
RGB Variations
Color information
#1C06B5 (or 0x1C06B5) is known color: Medium Blue. HEX triplet: 1C, 06 and B5. RGB value is (28,6,181). Sum of RGB (Red+Green+Blue) = 28+6+181=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 181 (71.09% from 255 or 84.19% from 215); Max value from RGB is 181 - color contains mainly: blue. Hex color #1C06B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C06B5 is #E3F94A. Grayscale: #1F1F1F. Windows color (decimal): -14940491 or 11863580. OLE color: 11863580.
HSL color Cylindrical-coordinate representation of color #1C06B5: hue angle of 247.54º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C06B5 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 6 | 181 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.29 |
| HSL | 247.54º | 0.94% | 0.37% | - |
| HSV(B) | 247.54º | 0.97% | 0.71% | - |
| XYZ | 8.88 | 3.71 | 43.96 | - |
| YUV | 32.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 181 | 0.85 | 0.97 | 0 | 0.29 | 247.54 | 0.94 | 0.37 |
| Hex | 1C | 6 | B5 | 55 | 61 | 0 | 1D | F8 | 5E | 25 |
| Octal | 34 | 6 | 265 | 125 | 141 | 0 | 35 | 370 | 136 | 45 |
| Binary | 11100 | 110 | 10110101 | 1010101 | 1100001 | 0 | 11101 | 11111000 | 1011110 | 100101 |
Color Harmonies of #1C06B5
Complementary color
Monochromatic Colors of #1C06B5
Black with #1C06B5
Text Example
Text Example
White with #1C06B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C06B5; }
p { color: rgb(28,6,181); }
H1.HeaderClassName
{
color: #1C06B5;
}
.AnyTagClassName
{
color: #1C06B5;
}
</style>
background-color css
<style>
a { background-color: #1C06B5; }
a { background-color: rgb(28,6,181); }
div.DivClassName
{
background-color: #1C06B5;
}
.BgClassName
{
background-color: #1C06B5;
}
</style>
border-color css
<style>
span { border-color: #1C06B5; }
span { border-color: rgb(28,6,181); }
td.TdClassName
{
border-color: #1C06B5;
}
.TagClassName
{
border-color: #1C06B5;
}
</style>