Shades of Medium Blue #1018BF
Tints of Medium Blue #1018BF
RGB
CMYK
RGB Variations
Color information
#1018BF (or 0x1018BF) is known color: Medium Blue. HEX triplet: 10, 18 and BF. RGB value is (16,24,191). Sum of RGB (Red+Green+Blue) = 16+24+191=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #1018BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1018BF is #EFE740. Grayscale: #272727. Windows color (decimal): -15722305 or 12523536. OLE color: 12523536.
HSL color Cylindrical-coordinate representation of color #1018BF: hue angle of 237.26º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1018BF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 24 | 191 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.25 |
| HSL | 237.26º | 0.85% | 0.41% | - |
| HSV(B) | 237.26º | 0.92% | 0.75% | - |
| XYZ | 9.94 | 4.53 | 49.64 | - |
| YUV | 40.65 | 212.85 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 191 | 0.92 | 0.87 | 0 | 0.25 | 237.26 | 0.85 | 0.41 |
| Hex | 10 | 18 | BF | 5C | 57 | 0 | 19 | ED | 55 | 29 |
| Octal | 20 | 30 | 277 | 134 | 127 | 0 | 31 | 355 | 125 | 51 |
| Binary | 10000 | 11000 | 10111111 | 1011100 | 1010111 | 0 | 11001 | 11101101 | 1010101 | 101001 |
Color Harmonies of #1018BF
Complementary color
Monochromatic Colors of #1018BF
Black with #1018BF
Text Example
Text Example
White with #1018BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018BF; }
p { color: rgb(16,24,191); }
H1.HeaderClassName
{
color: #1018BF;
}
.AnyTagClassName
{
color: #1018BF;
}
</style>
background-color css
<style>
a { background-color: #1018BF; }
a { background-color: rgb(16,24,191); }
div.DivClassName
{
background-color: #1018BF;
}
.BgClassName
{
background-color: #1018BF;
}
</style>
border-color css
<style>
span { border-color: #1018BF; }
span { border-color: rgb(16,24,191); }
td.TdClassName
{
border-color: #1018BF;
}
.TagClassName
{
border-color: #1018BF;
}
</style>