Shades of Medium Blue #1C06CE
Tints of Medium Blue #1C06CE
RGB
CMYK
RGB Variations
Color information
#1C06CE (or 0x1C06CE) is known color: Medium Blue. HEX triplet: 1C, 06 and CE. RGB value is (28,6,206). Sum of RGB (Red+Green+Blue) = 28+6+206=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C06CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C06CE is #E3F931. Grayscale: #222222. Windows color (decimal): -14940466 or 13501980. OLE color: 13501980.
HSL color Cylindrical-coordinate representation of color #1C06CE: hue angle of 246.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C06CE is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 6 | 206 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.19 |
| HSL | 246.6º | 0.94% | 0.42% | - |
| HSV(B) | 246.6º | 0.97% | 0.81% | - |
| XYZ | 11.68 | 4.83 | 58.71 | - |
| YUV | 35.38 | 224.29 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 206 | 0.86 | 0.97 | 0 | 0.19 | 246.6 | 0.94 | 0.42 |
| Hex | 1C | 6 | CE | 56 | 61 | 0 | 13 | F7 | 5E | 2A |
| Octal | 34 | 6 | 316 | 126 | 141 | 0 | 23 | 367 | 136 | 52 |
| Binary | 11100 | 110 | 11001110 | 1010110 | 1100001 | 0 | 10011 | 11110111 | 1011110 | 101010 |
Color Harmonies of #1C06CE
Complementary color
Monochromatic Colors of #1C06CE
Black with #1C06CE
Text Example
Text Example
White with #1C06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C06CE; }
p { color: rgb(28,6,206); }
H1.HeaderClassName
{
color: #1C06CE;
}
.AnyTagClassName
{
color: #1C06CE;
}
</style>
background-color css
<style>
a { background-color: #1C06CE; }
a { background-color: rgb(28,6,206); }
div.DivClassName
{
background-color: #1C06CE;
}
.BgClassName
{
background-color: #1C06CE;
}
</style>
border-color css
<style>
span { border-color: #1C06CE; }
span { border-color: rgb(28,6,206); }
td.TdClassName
{
border-color: #1C06CE;
}
.TagClassName
{
border-color: #1C06CE;
}
</style>