Shades of Medium Blue #100CBD
Tints of Medium Blue #100CBD
RGB
CMYK
RGB Variations
Color information
#100CBD (or 0x100CBD) is known color: Medium Blue. HEX triplet: 10, 0C and BD. RGB value is (16,12,189). Sum of RGB (Red+Green+Blue) = 16+12+189=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 189 (74.22% from 255 or 87.10% from 217); Max value from RGB is 189 - color contains mainly: blue. Hex color #100CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CBD is #EFF342. Grayscale: #202020. Windows color (decimal): -15725379 or 12389392. OLE color: 12389392.
HSL color Cylindrical-coordinate representation of color #100CBD: hue angle of 241.36º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100CBD is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 12 | 189 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.26 |
| HSL | 241.36º | 0.88% | 0.39% | - |
| HSV(B) | 241.36º | 0.94% | 0.74% | - |
| XYZ | 9.53 | 4.05 | 48.42 | - |
| YUV | 33.37 | 215.83 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 189 | 0.92 | 0.94 | 0 | 0.26 | 241.36 | 0.88 | 0.39 |
| Hex | 10 | C | BD | 5C | 5E | 0 | 1A | F1 | 58 | 27 |
| Octal | 20 | 14 | 275 | 134 | 136 | 0 | 32 | 361 | 130 | 47 |
| Binary | 10000 | 1100 | 10111101 | 1011100 | 1011110 | 0 | 11010 | 11110001 | 1011000 | 100111 |
Color Harmonies of #100CBD
Complementary color
Monochromatic Colors of #100CBD
Black with #100CBD
Text Example
Text Example
White with #100CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CBD; }
p { color: rgb(16,12,189); }
H1.HeaderClassName
{
color: #100CBD;
}
.AnyTagClassName
{
color: #100CBD;
}
</style>
background-color css
<style>
a { background-color: #100CBD; }
a { background-color: rgb(16,12,189); }
div.DivClassName
{
background-color: #100CBD;
}
.BgClassName
{
background-color: #100CBD;
}
</style>
border-color css
<style>
span { border-color: #100CBD; }
span { border-color: rgb(16,12,189); }
td.TdClassName
{
border-color: #100CBD;
}
.TagClassName
{
border-color: #100CBD;
}
</style>