Shades of Medium Blue #1014BE
Tints of Medium Blue #1014BE
RGB
CMYK
RGB Variations
Color information
#1014BE (or 0x1014BE) is known color: Medium Blue. HEX triplet: 10, 14 and BE. RGB value is (16,20,190). Sum of RGB (Red+Green+Blue) = 16+20+190=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 190 (74.61% from 255 or 84.07% from 226); Max value from RGB is 190 - color contains mainly: blue. Hex color #1014BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1014BE is #EFEB41. Grayscale: #252525. Windows color (decimal): -15723330 or 12456976. OLE color: 12456976.
HSL color Cylindrical-coordinate representation of color #1014BE: hue angle of 238.62º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1014BE is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 20 | 190 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.25 |
| HSL | 238.62º | 0.84% | 0.4% | - |
| HSV(B) | 238.62º | 0.92% | 0.75% | - |
| XYZ | 9.76 | 4.33 | 49.04 | - |
| YUV | 38.18 | 213.67 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 190 | 0.92 | 0.89 | 0 | 0.25 | 238.62 | 0.84 | 0.4 |
| Hex | 10 | 14 | BE | 5C | 59 | 0 | 19 | EF | 54 | 28 |
| Octal | 20 | 24 | 276 | 134 | 131 | 0 | 31 | 357 | 124 | 50 |
| Binary | 10000 | 10100 | 10111110 | 1011100 | 1011001 | 0 | 11001 | 11101111 | 1010100 | 101000 |
Color Harmonies of #1014BE
Complementary color
Monochromatic Colors of #1014BE
Black with #1014BE
Text Example
Text Example
White with #1014BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014BE; }
p { color: rgb(16,20,190); }
H1.HeaderClassName
{
color: #1014BE;
}
.AnyTagClassName
{
color: #1014BE;
}
</style>
background-color css
<style>
a { background-color: #1014BE; }
a { background-color: rgb(16,20,190); }
div.DivClassName
{
background-color: #1014BE;
}
.BgClassName
{
background-color: #1014BE;
}
</style>
border-color css
<style>
span { border-color: #1014BE; }
span { border-color: rgb(16,20,190); }
td.TdClassName
{
border-color: #1014BE;
}
.TagClassName
{
border-color: #1014BE;
}
</style>