Shades of Medium Blue #1416DA
Tints of Medium Blue #1416DA
RGB
CMYK
RGB Variations
Color information
#1416DA (or 0x1416DA) is known color: Medium Blue. HEX triplet: 14, 16 and DA. RGB value is (20,22,218). Sum of RGB (Red+Green+Blue) = 20+22+218=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 218 (85.55% from 255 or 83.85% from 260); Max value from RGB is 218 - color contains mainly: blue. Hex color #1416DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1416DA is #EBE925. Grayscale: #2A2A2A. Windows color (decimal): -15460646 or 14292500. OLE color: 14292500.
HSL color Cylindrical-coordinate representation of color #1416DA: hue angle of 239.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1416DA is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 22 | 218 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.15 |
| HSL | 239.39º | 0.83% | 0.47% | - |
| HSV(B) | 239.39º | 0.91% | 0.85% | - |
| XYZ | 13.23 | 5.78 | 66.75 | - |
| YUV | 43.75 | 226.34 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 218 | 0.91 | 0.90 | 0 | 0.15 | 239.39 | 0.83 | 0.47 |
| Hex | 14 | 16 | DA | 5B | 5A | 0 | F | EF | 53 | 2F |
| Octal | 24 | 26 | 332 | 133 | 132 | 0 | 17 | 357 | 123 | 57 |
| Binary | 10100 | 10110 | 11011010 | 1011011 | 1011010 | 0 | 1111 | 11101111 | 1010011 | 101111 |
Color Harmonies of #1416DA
Complementary color
Monochromatic Colors of #1416DA
Black with #1416DA
Text Example
Text Example
White with #1416DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1416DA; }
p { color: rgb(20,22,218); }
H1.HeaderClassName
{
color: #1416DA;
}
.AnyTagClassName
{
color: #1416DA;
}
</style>
background-color css
<style>
a { background-color: #1416DA; }
a { background-color: rgb(20,22,218); }
div.DivClassName
{
background-color: #1416DA;
}
.BgClassName
{
background-color: #1416DA;
}
</style>
border-color css
<style>
span { border-color: #1416DA; }
span { border-color: rgb(20,22,218); }
td.TdClassName
{
border-color: #1416DA;
}
.TagClassName
{
border-color: #1416DA;
}
</style>