Shades of Medium Blue #1612DC
Tints of Medium Blue #1612DC
RGB
CMYK
RGB Variations
Color information
#1612DC (or 0x1612DC) is known color: Medium Blue. HEX triplet: 16, 12 and DC. RGB value is (22,18,220). Sum of RGB (Red+Green+Blue) = 22+18+220=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 220 (86.33% from 255 or 84.62% from 260); Max value from RGB is 220 - color contains mainly: blue. Hex color #1612DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1612DC is #E9ED23. Grayscale: #292929. Windows color (decimal): -15330596 or 14422550. OLE color: 14422550.
HSL color Cylindrical-coordinate representation of color #1612DC: hue angle of 241.19º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1612DC is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 18 | 220 | - |
| CMYK | 0.9 | 0.92 | 0 | 0.14 |
| HSL | 241.19º | 0.85% | 0.47% | - |
| HSV(B) | 241.19º | 0.92% | 0.86% | - |
| XYZ | 13.47 | 5.77 | 68.11 | - |
| YUV | 42.22 | 228.33 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 220 | 0.9 | 0.92 | 0 | 0.14 | 241.19 | 0.85 | 0.47 |
| Hex | 16 | 12 | DC | 5A | 5C | 0 | E | F1 | 55 | 2F |
| Octal | 26 | 22 | 334 | 132 | 134 | 0 | 16 | 361 | 125 | 57 |
| Binary | 10110 | 10010 | 11011100 | 1011010 | 1011100 | 0 | 1110 | 11110001 | 1010101 | 101111 |
Color Harmonies of #1612DC
Complementary color
Monochromatic Colors of #1612DC
Black with #1612DC
Text Example
Text Example
White with #1612DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1612DC; }
p { color: rgb(22,18,220); }
H1.HeaderClassName
{
color: #1612DC;
}
.AnyTagClassName
{
color: #1612DC;
}
</style>
background-color css
<style>
a { background-color: #1612DC; }
a { background-color: rgb(22,18,220); }
div.DivClassName
{
background-color: #1612DC;
}
.BgClassName
{
background-color: #1612DC;
}
</style>
border-color css
<style>
span { border-color: #1612DC; }
span { border-color: rgb(22,18,220); }
td.TdClassName
{
border-color: #1612DC;
}
.TagClassName
{
border-color: #1612DC;
}
</style>