Shades of Medium Blue #1018CE
Tints of Medium Blue #1018CE
RGB
CMYK
RGB Variations
Color information
#1018CE (or 0x1018CE) is known color: Medium Blue. HEX triplet: 10, 18 and CE. RGB value is (16,24,206). Sum of RGB (Red+Green+Blue) = 16+24+206=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #1018CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1018CE is #EFE731. Grayscale: #292929. Windows color (decimal): -15722290 or 13506576. OLE color: 13506576.
HSL color Cylindrical-coordinate representation of color #1018CE: hue angle of 237.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1018CE is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 24 | 206 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.19 |
| HSL | 237.47º | 0.86% | 0.44% | - |
| HSV(B) | 237.47º | 0.92% | 0.81% | - |
| XYZ | 11.68 | 5.22 | 58.78 | - |
| YUV | 42.36 | 220.35 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 206 | 0.92 | 0.88 | 0 | 0.19 | 237.47 | 0.86 | 0.44 |
| Hex | 10 | 18 | CE | 5C | 58 | 0 | 13 | ED | 56 | 2C |
| Octal | 20 | 30 | 316 | 134 | 130 | 0 | 23 | 355 | 126 | 54 |
| Binary | 10000 | 11000 | 11001110 | 1011100 | 1011000 | 0 | 10011 | 11101101 | 1010110 | 101100 |
Color Harmonies of #1018CE
Complementary color
Monochromatic Colors of #1018CE
Black with #1018CE
Text Example
Text Example
White with #1018CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018CE; }
p { color: rgb(16,24,206); }
H1.HeaderClassName
{
color: #1018CE;
}
.AnyTagClassName
{
color: #1018CE;
}
</style>
background-color css
<style>
a { background-color: #1018CE; }
a { background-color: rgb(16,24,206); }
div.DivClassName
{
background-color: #1018CE;
}
.BgClassName
{
background-color: #1018CE;
}
</style>
border-color css
<style>
span { border-color: #1018CE; }
span { border-color: rgb(16,24,206); }
td.TdClassName
{
border-color: #1018CE;
}
.TagClassName
{
border-color: #1018CE;
}
</style>