Shades of Medium Blue #1416C7
Tints of Medium Blue #1416C7
RGB
CMYK
RGB Variations
Color information
#1416C7 (or 0x1416C7) is known color: Medium Blue. HEX triplet: 14, 16 and C7. RGB value is (20,22,199). Sum of RGB (Red+Green+Blue) = 20+22+199=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 199 (78.12% from 255 or 82.57% from 241); Max value from RGB is 199 - color contains mainly: blue. Hex color #1416C7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1416C7 is #EBE938. Grayscale: #282828. Windows color (decimal): -15460665 or 13047316. OLE color: 13047316.
HSL color Cylindrical-coordinate representation of color #1416C7: hue angle of 239.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1416C7 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 22 | 199 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.22 |
| HSL | 239.33º | 0.82% | 0.43% | - |
| HSV(B) | 239.33º | 0.9% | 0.78% | - |
| XYZ | 10.88 | 4.85 | 54.39 | - |
| YUV | 41.58 | 216.84 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 199 | 0.90 | 0.89 | 0 | 0.22 | 239.33 | 0.82 | 0.43 |
| Hex | 14 | 16 | C7 | 5A | 59 | 0 | 16 | EF | 52 | 2B |
| Octal | 24 | 26 | 307 | 132 | 131 | 0 | 26 | 357 | 122 | 53 |
| Binary | 10100 | 10110 | 11000111 | 1011010 | 1011001 | 0 | 10110 | 11101111 | 1010010 | 101011 |
Color Harmonies of #1416C7
Complementary color
Monochromatic Colors of #1416C7
Black with #1416C7
Text Example
Text Example
White with #1416C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1416C7; }
p { color: rgb(20,22,199); }
H1.HeaderClassName
{
color: #1416C7;
}
.AnyTagClassName
{
color: #1416C7;
}
</style>
background-color css
<style>
a { background-color: #1416C7; }
a { background-color: rgb(20,22,199); }
div.DivClassName
{
background-color: #1416C7;
}
.BgClassName
{
background-color: #1416C7;
}
</style>
border-color css
<style>
span { border-color: #1416C7; }
span { border-color: rgb(20,22,199); }
td.TdClassName
{
border-color: #1416C7;
}
.TagClassName
{
border-color: #1416C7;
}
</style>