Shades of Medium Blue #1006DE
Tints of Medium Blue #1006DE
RGB
CMYK
RGB Variations
Color information
#1006DE (or 0x1006DE) is known color: Medium Blue. HEX triplet: 10, 06 and DE. RGB value is (16,6,222). Sum of RGB (Red+Green+Blue) = 16+6+222=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 222 (87.11% from 255 or 90.98% from 244); Max value from RGB is 222 - color contains mainly: blue. Hex color #1006DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006DE is #EFF921. Grayscale: #202020. Windows color (decimal): -15726882 or 14550544. OLE color: 14550544.
HSL color Cylindrical-coordinate representation of color #1006DE: hue angle of 242.78º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1006DE is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 6 | 222 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.13 |
| HSL | 242.78º | 0.95% | 0.45% | - |
| HSV(B) | 242.78º | 0.97% | 0.87% | - |
| XYZ | 13.46 | 5.51 | 69.46 | - |
| YUV | 33.61 | 234.31 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 222 | 0.93 | 0.97 | 0 | 0.13 | 242.78 | 0.95 | 0.45 |
| Hex | 10 | 6 | DE | 5D | 61 | 0 | D | F3 | 5F | 2D |
| Octal | 20 | 6 | 336 | 135 | 141 | 0 | 15 | 363 | 137 | 55 |
| Binary | 10000 | 110 | 11011110 | 1011101 | 1100001 | 0 | 1101 | 11110011 | 1011111 | 101101 |
Color Harmonies of #1006DE
Complementary color
Monochromatic Colors of #1006DE
Black with #1006DE
Text Example
Text Example
White with #1006DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1006DE; }
p { color: rgb(16,6,222); }
H1.HeaderClassName
{
color: #1006DE;
}
.AnyTagClassName
{
color: #1006DE;
}
</style>
background-color css
<style>
a { background-color: #1006DE; }
a { background-color: rgb(16,6,222); }
div.DivClassName
{
background-color: #1006DE;
}
.BgClassName
{
background-color: #1006DE;
}
</style>
border-color css
<style>
span { border-color: #1006DE; }
span { border-color: rgb(16,6,222); }
td.TdClassName
{
border-color: #1006DE;
}
.TagClassName
{
border-color: #1006DE;
}
</style>