Shades of Medium Blue #1018C5
Tints of Medium Blue #1018C5
RGB
CMYK
RGB Variations
Color information
#1018C5 (or 0x1018C5) is known color: Medium Blue. HEX triplet: 10, 18 and C5. RGB value is (16,24,197). Sum of RGB (Red+Green+Blue) = 16+24+197=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 197 (77.34% from 255 or 83.12% from 237); Max value from RGB is 197 - color contains mainly: blue. Hex color #1018C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1018C5 is #EFE73A. Grayscale: #282828. Windows color (decimal): -15722299 or 12916752. OLE color: 12916752.
HSL color Cylindrical-coordinate representation of color #1018C5: hue angle of 237.35º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1018C5 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 24 | 197 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.23 |
| HSL | 237.35º | 0.85% | 0.42% | - |
| HSV(B) | 237.35º | 0.92% | 0.77% | - |
| XYZ | 10.62 | 4.79 | 53.19 | - |
| YUV | 41.33 | 215.85 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 197 | 0.92 | 0.88 | 0 | 0.23 | 237.35 | 0.85 | 0.42 |
| Hex | 10 | 18 | C5 | 5C | 58 | 0 | 17 | ED | 55 | 2A |
| Octal | 20 | 30 | 305 | 134 | 130 | 0 | 27 | 355 | 125 | 52 |
| Binary | 10000 | 11000 | 11000101 | 1011100 | 1011000 | 0 | 10111 | 11101101 | 1010101 | 101010 |
Color Harmonies of #1018C5
Complementary color
Monochromatic Colors of #1018C5
Black with #1018C5
Text Example
Text Example
White with #1018C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018C5; }
p { color: rgb(16,24,197); }
H1.HeaderClassName
{
color: #1018C5;
}
.AnyTagClassName
{
color: #1018C5;
}
</style>
background-color css
<style>
a { background-color: #1018C5; }
a { background-color: rgb(16,24,197); }
div.DivClassName
{
background-color: #1018C5;
}
.BgClassName
{
background-color: #1018C5;
}
</style>
border-color css
<style>
span { border-color: #1018C5; }
span { border-color: rgb(16,24,197); }
td.TdClassName
{
border-color: #1018C5;
}
.TagClassName
{
border-color: #1018C5;
}
</style>