Shades of Medium Blue #1007BC
Tints of Medium Blue #1007BC
RGB
CMYK
RGB Variations
Color information
#1007BC (or 0x1007BC) is known color: Medium Blue. HEX triplet: 10, 07 and BC. RGB value is (16,7,188). Sum of RGB (Red+Green+Blue) = 16+7+188=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 188 (73.83% from 255 or 89.10% from 211); Max value from RGB is 188 - color contains mainly: blue. Hex color #1007BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1007BC is #EFF843. Grayscale: #1D1D1D. Windows color (decimal): -15726660 or 12322576. OLE color: 12322576.
HSL color Cylindrical-coordinate representation of color #1007BC: hue angle of 242.98º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1007BC is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 7 | 188 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.26 |
| HSL | 242.98º | 0.93% | 0.38% | - |
| HSV(B) | 242.98º | 0.96% | 0.74% | - |
| XYZ | 9.37 | 3.89 | 47.83 | - |
| YUV | 30.33 | 216.98 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 188 | 0.91 | 0.96 | 0 | 0.26 | 242.98 | 0.93 | 0.38 |
| Hex | 10 | 7 | BC | 5B | 60 | 0 | 1A | F3 | 5D | 26 |
| Octal | 20 | 7 | 274 | 133 | 140 | 0 | 32 | 363 | 135 | 46 |
| Binary | 10000 | 111 | 10111100 | 1011011 | 1100000 | 0 | 11010 | 11110011 | 1011101 | 100110 |
Color Harmonies of #1007BC
Complementary color
Monochromatic Colors of #1007BC
Black with #1007BC
Text Example
Text Example
White with #1007BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007BC; }
p { color: rgb(16,7,188); }
H1.HeaderClassName
{
color: #1007BC;
}
.AnyTagClassName
{
color: #1007BC;
}
</style>
background-color css
<style>
a { background-color: #1007BC; }
a { background-color: rgb(16,7,188); }
div.DivClassName
{
background-color: #1007BC;
}
.BgClassName
{
background-color: #1007BC;
}
</style>
border-color css
<style>
span { border-color: #1007BC; }
span { border-color: rgb(16,7,188); }
td.TdClassName
{
border-color: #1007BC;
}
.TagClassName
{
border-color: #1007BC;
}
</style>