Shades of Medium Blue #1006B7
Tints of Medium Blue #1006B7
RGB
CMYK
RGB Variations
Color information
#1006B7 (or 0x1006B7) is known color: Medium Blue. HEX triplet: 10, 06 and B7. RGB value is (16,6,183). Sum of RGB (Red+Green+Blue) = 16+6+183=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 183 (71.88% from 255 or 89.27% from 205); Max value from RGB is 183 - color contains mainly: blue. Hex color #1006B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006B7 is #EFF948. Grayscale: #1C1C1C. Windows color (decimal): -15726921 or 11994640. OLE color: 11994640.
HSL color Cylindrical-coordinate representation of color #1006B7: hue angle of 243.39º 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 #1006B7 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 6 | 183 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.28 |
| HSL | 243.39º | 0.94% | 0.37% | - |
| HSV(B) | 243.39º | 0.97% | 0.72% | - |
| XYZ | 8.83 | 3.66 | 45.04 | - |
| YUV | 29.17 | 214.81 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 183 | 0.91 | 0.97 | 0 | 0.28 | 243.39 | 0.94 | 0.37 |
| Hex | 10 | 6 | B7 | 5B | 61 | 0 | 1C | F3 | 5E | 25 |
| Octal | 20 | 6 | 267 | 133 | 141 | 0 | 34 | 363 | 136 | 45 |
| Binary | 10000 | 110 | 10110111 | 1011011 | 1100001 | 0 | 11100 | 11110011 | 1011110 | 100101 |
Color Harmonies of #1006B7
Complementary color
Monochromatic Colors of #1006B7
Black with #1006B7
Text Example
Text Example
White with #1006B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1006B7; }
p { color: rgb(16,6,183); }
H1.HeaderClassName
{
color: #1006B7;
}
.AnyTagClassName
{
color: #1006B7;
}
</style>
background-color css
<style>
a { background-color: #1006B7; }
a { background-color: rgb(16,6,183); }
div.DivClassName
{
background-color: #1006B7;
}
.BgClassName
{
background-color: #1006B7;
}
</style>
border-color css
<style>
span { border-color: #1006B7; }
span { border-color: rgb(16,6,183); }
td.TdClassName
{
border-color: #1006B7;
}
.TagClassName
{
border-color: #1006B7;
}
</style>