Shades of Medium Blue #1005BC
Tints of Medium Blue #1005BC
RGB
CMYK
RGB Variations
Color information
#1005BC (or 0x1005BC) is known color: Medium Blue. HEX triplet: 10, 05 and BC. RGB value is (16,5,188). Sum of RGB (Red+Green+Blue) = 16+5+188=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #1005BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1005BC is #EFFA43. Grayscale: #1C1C1C. Windows color (decimal): -15727172 or 12322064. OLE color: 12322064.
HSL color Cylindrical-coordinate representation of color #1005BC: hue angle of 243.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1005BC is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 5 | 188 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.26 |
| HSL | 243.61º | 0.95% | 0.38% | - |
| HSV(B) | 243.61º | 0.97% | 0.74% | - |
| XYZ | 9.35 | 3.85 | 47.83 | - |
| YUV | 29.15 | 217.64 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 188 | 0.91 | 0.97 | 0 | 0.26 | 243.61 | 0.95 | 0.38 |
| Hex | 10 | 5 | BC | 5B | 61 | 0 | 1A | F4 | 5F | 26 |
| Octal | 20 | 5 | 274 | 133 | 141 | 0 | 32 | 364 | 137 | 46 |
| Binary | 10000 | 101 | 10111100 | 1011011 | 1100001 | 0 | 11010 | 11110100 | 1011111 | 100110 |
Color Harmonies of #1005BC
Complementary color
Monochromatic Colors of #1005BC
Black with #1005BC
Text Example
Text Example
White with #1005BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1005BC; }
p { color: rgb(16,5,188); }
H1.HeaderClassName
{
color: #1005BC;
}
.AnyTagClassName
{
color: #1005BC;
}
</style>
background-color css
<style>
a { background-color: #1005BC; }
a { background-color: rgb(16,5,188); }
div.DivClassName
{
background-color: #1005BC;
}
.BgClassName
{
background-color: #1005BC;
}
</style>
border-color css
<style>
span { border-color: #1005BC; }
span { border-color: rgb(16,5,188); }
td.TdClassName
{
border-color: #1005BC;
}
.TagClassName
{
border-color: #1005BC;
}
</style>