Shades of Medium Blue #1C06B8
Tints of Medium Blue #1C06B8
RGB
CMYK
RGB Variations
Color information
#1C06B8 (or 0x1C06B8) is known color: Medium Blue. HEX triplet: 1C, 06 and B8. RGB value is (28,6,184). Sum of RGB (Red+Green+Blue) = 28+6+184=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 184 (72.27% from 255 or 84.40% from 218); Max value from RGB is 184 - color contains mainly: blue. Hex color #1C06B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C06B8 is #E3F947. Grayscale: #202020. Windows color (decimal): -14940488 or 12060188. OLE color: 12060188.
HSL color Cylindrical-coordinate representation of color #1C06B8: hue angle of 247.42º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C06B8 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 6 | 184 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.28 |
| HSL | 247.42º | 0.94% | 0.37% | - |
| HSV(B) | 247.42º | 0.97% | 0.72% | - |
| XYZ | 9.2 | 3.84 | 45.6 | - |
| YUV | 32.87 | 213.29 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 184 | 0.85 | 0.97 | 0 | 0.28 | 247.42 | 0.94 | 0.37 |
| Hex | 1C | 6 | B8 | 55 | 61 | 0 | 1C | F7 | 5E | 25 |
| Octal | 34 | 6 | 270 | 125 | 141 | 0 | 34 | 367 | 136 | 45 |
| Binary | 11100 | 110 | 10111000 | 1010101 | 1100001 | 0 | 11100 | 11110111 | 1011110 | 100101 |
Color Harmonies of #1C06B8
Complementary color
Monochromatic Colors of #1C06B8
Black with #1C06B8
Text Example
Text Example
White with #1C06B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C06B8; }
p { color: rgb(28,6,184); }
H1.HeaderClassName
{
color: #1C06B8;
}
.AnyTagClassName
{
color: #1C06B8;
}
</style>
background-color css
<style>
a { background-color: #1C06B8; }
a { background-color: rgb(28,6,184); }
div.DivClassName
{
background-color: #1C06B8;
}
.BgClassName
{
background-color: #1C06B8;
}
</style>
border-color css
<style>
span { border-color: #1C06B8; }
span { border-color: rgb(28,6,184); }
td.TdClassName
{
border-color: #1C06B8;
}
.TagClassName
{
border-color: #1C06B8;
}
</style>