Shades of Medium Blue #1006BF
Tints of Medium Blue #1006BF
RGB
CMYK
RGB Variations
Color information
#1006BF (or 0x1006BF) is known color: Medium Blue. HEX triplet: 10, 06 and BF. RGB value is (16,6,191). Sum of RGB (Red+Green+Blue) = 16+6+191=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 191 (75% from 255 or 89.67% from 213); Max value from RGB is 191 - color contains mainly: blue. Hex color #1006BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006BF is #EFF940. Grayscale: #1D1D1D. Windows color (decimal): -15726913 or 12518928. OLE color: 12518928.
HSL color Cylindrical-coordinate representation of color #1006BF: hue angle of 243.24º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1006BF is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 6 | 191 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.25 |
| HSL | 243.24º | 0.94% | 0.39% | - |
| HSV(B) | 243.24º | 0.97% | 0.75% | - |
| XYZ | 9.68 | 4 | 49.55 | - |
| YUV | 30.08 | 218.81 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 191 | 0.92 | 0.97 | 0 | 0.25 | 243.24 | 0.94 | 0.39 |
| Hex | 10 | 6 | BF | 5C | 61 | 0 | 19 | F3 | 5E | 27 |
| Octal | 20 | 6 | 277 | 134 | 141 | 0 | 31 | 363 | 136 | 47 |
| Binary | 10000 | 110 | 10111111 | 1011100 | 1100001 | 0 | 11001 | 11110011 | 1011110 | 100111 |
Color Harmonies of #1006BF
Complementary color
Monochromatic Colors of #1006BF
Black with #1006BF
Text Example
Text Example
White with #1006BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1006BF; }
p { color: rgb(16,6,191); }
H1.HeaderClassName
{
color: #1006BF;
}
.AnyTagClassName
{
color: #1006BF;
}
</style>
background-color css
<style>
a { background-color: #1006BF; }
a { background-color: rgb(16,6,191); }
div.DivClassName
{
background-color: #1006BF;
}
.BgClassName
{
background-color: #1006BF;
}
</style>
border-color css
<style>
span { border-color: #1006BF; }
span { border-color: rgb(16,6,191); }
td.TdClassName
{
border-color: #1006BF;
}
.TagClassName
{
border-color: #1006BF;
}
</style>