Shades of Medium Blue #100CCD
Tints of Medium Blue #100CCD
RGB
CMYK
RGB Variations
Color information
#100CCD (or 0x100CCD) is known color: Medium Blue. HEX triplet: 10, 0C and CD. RGB value is (16,12,205). Sum of RGB (Red+Green+Blue) = 16+12+205=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 205 (80.47% from 255 or 87.98% from 233); Max value from RGB is 205 - color contains mainly: blue. Hex color #100CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100CCD is #EFF332. Grayscale: #222222. Windows color (decimal): -15725363 or 13437968. OLE color: 13437968.
HSL color Cylindrical-coordinate representation of color #100CCD: hue angle of 241.24º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100CCD is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 12 | 205 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.20 |
| HSL | 241.24º | 0.89% | 0.43% | - |
| HSV(B) | 241.24º | 0.94% | 0.8% | - |
| XYZ | 11.36 | 4.78 | 58.08 | - |
| YUV | 35.2 | 223.83 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 205 | 0.92 | 0.94 | 0 | 0.20 | 241.24 | 0.89 | 0.43 |
| Hex | 10 | C | CD | 5C | 5E | 0 | 14 | F1 | 59 | 2B |
| Octal | 20 | 14 | 315 | 134 | 136 | 0 | 24 | 361 | 131 | 53 |
| Binary | 10000 | 1100 | 11001101 | 1011100 | 1011110 | 0 | 10100 | 11110001 | 1011001 | 101011 |
Color Harmonies of #100CCD
Complementary color
Monochromatic Colors of #100CCD
Black with #100CCD
Text Example
Text Example
White with #100CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CCD; }
p { color: rgb(16,12,205); }
H1.HeaderClassName
{
color: #100CCD;
}
.AnyTagClassName
{
color: #100CCD;
}
</style>
background-color css
<style>
a { background-color: #100CCD; }
a { background-color: rgb(16,12,205); }
div.DivClassName
{
background-color: #100CCD;
}
.BgClassName
{
background-color: #100CCD;
}
</style>
border-color css
<style>
span { border-color: #100CCD; }
span { border-color: rgb(16,12,205); }
td.TdClassName
{
border-color: #100CCD;
}
.TagClassName
{
border-color: #100CCD;
}
</style>