Shades of Medium Blue #1416CC
Tints of Medium Blue #1416CC
RGB
CMYK
RGB Variations
Color information
#1416CC (or 0x1416CC) is known color: Medium Blue. HEX triplet: 14, 16 and CC. RGB value is (20,22,204). Sum of RGB (Red+Green+Blue) = 20+22+204=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 204 (80.08% from 255 or 82.93% from 246); Max value from RGB is 204 - color contains mainly: blue. Hex color #1416CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1416CC is #EBE933. Grayscale: #292929. Windows color (decimal): -15460660 or 13374996. OLE color: 13374996.
HSL color Cylindrical-coordinate representation of color #1416CC: hue angle of 239.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1416CC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 22 | 204 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.2 |
| HSL | 239.35º | 0.82% | 0.44% | - |
| HSV(B) | 239.35º | 0.9% | 0.8% | - |
| XYZ | 11.47 | 5.08 | 57.5 | - |
| YUV | 42.15 | 219.34 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 204 | 0.90 | 0.89 | 0 | 0.2 | 239.35 | 0.82 | 0.44 |
| Hex | 14 | 16 | CC | 5A | 59 | 0 | 14 | EF | 52 | 2C |
| Octal | 24 | 26 | 314 | 132 | 131 | 0 | 24 | 357 | 122 | 54 |
| Binary | 10100 | 10110 | 11001100 | 1011010 | 1011001 | 0 | 10100 | 11101111 | 1010010 | 101100 |
Color Harmonies of #1416CC
Complementary color
Monochromatic Colors of #1416CC
Black with #1416CC
Text Example
Text Example
White with #1416CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1416CC; }
p { color: rgb(20,22,204); }
H1.HeaderClassName
{
color: #1416CC;
}
.AnyTagClassName
{
color: #1416CC;
}
</style>
background-color css
<style>
a { background-color: #1416CC; }
a { background-color: rgb(20,22,204); }
div.DivClassName
{
background-color: #1416CC;
}
.BgClassName
{
background-color: #1416CC;
}
</style>
border-color css
<style>
span { border-color: #1416CC; }
span { border-color: rgb(20,22,204); }
td.TdClassName
{
border-color: #1416CC;
}
.TagClassName
{
border-color: #1416CC;
}
</style>