Shades of Medium Blue #1014C8
Tints of Medium Blue #1014C8
RGB
CMYK
RGB Variations
Color information
#1014C8 (or 0x1014C8) is known color: Medium Blue. HEX triplet: 10, 14 and C8. RGB value is (16,20,200). Sum of RGB (Red+Green+Blue) = 16+20+200=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 200 (78.52% from 255 or 84.75% from 236); Max value from RGB is 200 - color contains mainly: blue. Hex color #1014C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1014C8 is #EFEB37. Grayscale: #262626. Windows color (decimal): -15723320 or 13112336. OLE color: 13112336.
HSL color Cylindrical-coordinate representation of color #1014C8: hue angle of 238.7º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1014C8 is Cyan = 0.92, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 20 | 200 | - |
| CMYK | 0.92 | 0.9 | 0 | 0.22 |
| HSL | 238.7º | 0.85% | 0.42% | - |
| HSV(B) | 238.7º | 0.92% | 0.78% | - |
| XYZ | 10.89 | 4.78 | 54.99 | - |
| YUV | 39.32 | 218.67 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 200 | 0.92 | 0.9 | 0 | 0.22 | 238.7 | 0.85 | 0.42 |
| Hex | 10 | 14 | C8 | 5C | 5A | 0 | 16 | EF | 55 | 2A |
| Octal | 20 | 24 | 310 | 134 | 132 | 0 | 26 | 357 | 125 | 52 |
| Binary | 10000 | 10100 | 11001000 | 1011100 | 1011010 | 0 | 10110 | 11101111 | 1010101 | 101010 |
Color Harmonies of #1014C8
Complementary color
Monochromatic Colors of #1014C8
Black with #1014C8
Text Example
Text Example
White with #1014C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014C8; }
p { color: rgb(16,20,200); }
H1.HeaderClassName
{
color: #1014C8;
}
.AnyTagClassName
{
color: #1014C8;
}
</style>
background-color css
<style>
a { background-color: #1014C8; }
a { background-color: rgb(16,20,200); }
div.DivClassName
{
background-color: #1014C8;
}
.BgClassName
{
background-color: #1014C8;
}
</style>
border-color css
<style>
span { border-color: #1014C8; }
span { border-color: rgb(16,20,200); }
td.TdClassName
{
border-color: #1014C8;
}
.TagClassName
{
border-color: #1014C8;
}
</style>