Shades of Medium Blue #160CD4
Tints of Medium Blue #160CD4
RGB
CMYK
RGB Variations
Color information
#160CD4 (or 0x160CD4) is known color: Medium Blue. HEX triplet: 16, 0C and D4. RGB value is (22,12,212). Sum of RGB (Red+Green+Blue) = 22+12+212=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 212 (83.20% from 255 or 86.18% from 246); Max value from RGB is 212 - color contains mainly: blue. Hex color #160CD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160CD4 is #E9F32B. Grayscale: #252525. Windows color (decimal): -15332140 or 13896726. OLE color: 13896726.
HSL color Cylindrical-coordinate representation of color #160CD4: hue angle of 243º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160CD4 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 12 | 212 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.17 |
| HSL | 243º | 0.89% | 0.44% | - |
| HSV(B) | 243º | 0.94% | 0.83% | - |
| XYZ | 12.35 | 5.19 | 62.64 | - |
| YUV | 37.79 | 226.31 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 212 | 0.90 | 0.94 | 0 | 0.17 | 243 | 0.89 | 0.44 |
| Hex | 16 | C | D4 | 5A | 5E | 0 | 11 | F3 | 59 | 2C |
| Octal | 26 | 14 | 324 | 132 | 136 | 0 | 21 | 363 | 131 | 54 |
| Binary | 10110 | 1100 | 11010100 | 1011010 | 1011110 | 0 | 10001 | 11110011 | 1011001 | 101100 |
Color Harmonies of #160CD4
Complementary color
Monochromatic Colors of #160CD4
Black with #160CD4
Text Example
Text Example
White with #160CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160CD4; }
p { color: rgb(22,12,212); }
H1.HeaderClassName
{
color: #160CD4;
}
.AnyTagClassName
{
color: #160CD4;
}
</style>
background-color css
<style>
a { background-color: #160CD4; }
a { background-color: rgb(22,12,212); }
div.DivClassName
{
background-color: #160CD4;
}
.BgClassName
{
background-color: #160CD4;
}
</style>
border-color css
<style>
span { border-color: #160CD4; }
span { border-color: rgb(22,12,212); }
td.TdClassName
{
border-color: #160CD4;
}
.TagClassName
{
border-color: #160CD4;
}
</style>