Shades of Medium Blue #1012BB
Tints of Medium Blue #1012BB
RGB
CMYK
RGB Variations
Color information
#1012BB (or 0x1012BB) is known color: Medium Blue. HEX triplet: 10, 12 and BB. RGB value is (16,18,187). Sum of RGB (Red+Green+Blue) = 16+18+187=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #1012BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1012BB is #EFED44. Grayscale: #232323. Windows color (decimal): -15723845 or 12259856. OLE color: 12259856.
HSL color Cylindrical-coordinate representation of color #1012BB: hue angle of 239.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1012BB is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 18 | 187 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.27 |
| HSL | 239.3º | 0.84% | 0.4% | - |
| HSV(B) | 239.3º | 0.91% | 0.73% | - |
| XYZ | 9.4 | 4.13 | 47.32 | - |
| YUV | 36.67 | 212.84 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 187 | 0.91 | 0.90 | 0 | 0.27 | 239.3 | 0.84 | 0.4 |
| Hex | 10 | 12 | BB | 5B | 5A | 0 | 1B | EF | 54 | 28 |
| Octal | 20 | 22 | 273 | 133 | 132 | 0 | 33 | 357 | 124 | 50 |
| Binary | 10000 | 10010 | 10111011 | 1011011 | 1011010 | 0 | 11011 | 11101111 | 1010100 | 101000 |
Color Harmonies of #1012BB
Complementary color
Monochromatic Colors of #1012BB
Black with #1012BB
Text Example
Text Example
White with #1012BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1012BB; }
p { color: rgb(16,18,187); }
H1.HeaderClassName
{
color: #1012BB;
}
.AnyTagClassName
{
color: #1012BB;
}
</style>
background-color css
<style>
a { background-color: #1012BB; }
a { background-color: rgb(16,18,187); }
div.DivClassName
{
background-color: #1012BB;
}
.BgClassName
{
background-color: #1012BB;
}
</style>
border-color css
<style>
span { border-color: #1012BB; }
span { border-color: rgb(16,18,187); }
td.TdClassName
{
border-color: #1012BB;
}
.TagClassName
{
border-color: #1012BB;
}
</style>