Shades of Medium Blue #1018CF
Tints of Medium Blue #1018CF
RGB
CMYK
RGB Variations
Color information
#1018CF (or 0x1018CF) is known color: Medium Blue. HEX triplet: 10, 18 and CF. RGB value is (16,24,207). Sum of RGB (Red+Green+Blue) = 16+24+207=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #1018CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1018CF is #EFE730. Grayscale: #292929. Windows color (decimal): -15722289 or 13572112. OLE color: 13572112.
HSL color Cylindrical-coordinate representation of color #1018CF: hue angle of 237.49º 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 #1018CF is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 24 | 207 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.19 |
| HSL | 237.49º | 0.86% | 0.44% | - |
| HSV(B) | 237.49º | 0.92% | 0.81% | - |
| XYZ | 11.8 | 5.27 | 59.43 | - |
| YUV | 42.47 | 220.85 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 207 | 0.92 | 0.88 | 0 | 0.19 | 237.49 | 0.86 | 0.44 |
| Hex | 10 | 18 | CF | 5C | 58 | 0 | 13 | ED | 56 | 2C |
| Octal | 20 | 30 | 317 | 134 | 130 | 0 | 23 | 355 | 126 | 54 |
| Binary | 10000 | 11000 | 11001111 | 1011100 | 1011000 | 0 | 10011 | 11101101 | 1010110 | 101100 |
Color Harmonies of #1018CF
Complementary color
Monochromatic Colors of #1018CF
Black with #1018CF
Text Example
Text Example
White with #1018CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018CF; }
p { color: rgb(16,24,207); }
H1.HeaderClassName
{
color: #1018CF;
}
.AnyTagClassName
{
color: #1018CF;
}
</style>
background-color css
<style>
a { background-color: #1018CF; }
a { background-color: rgb(16,24,207); }
div.DivClassName
{
background-color: #1018CF;
}
.BgClassName
{
background-color: #1018CF;
}
</style>
border-color css
<style>
span { border-color: #1018CF; }
span { border-color: rgb(16,24,207); }
td.TdClassName
{
border-color: #1018CF;
}
.TagClassName
{
border-color: #1018CF;
}
</style>