Shades of Medium Blue #0118BC
Tints of Medium Blue #0118BC
RGB
CMYK
RGB Variations
Color information
#0118BC (or 0x0118BC) is known color: Medium Blue. HEX triplet: 01, 18 and BC. RGB value is (1,24,188). Sum of RGB (Red+Green+Blue) = 1+24+188=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 188 (73.83% from 255 or 88.26% from 213); Max value from RGB is 188 - color contains mainly: blue. Hex color #0118BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0118BC is #FEE743. Grayscale: #232323. Windows color (decimal): -16705348 or 12326913. OLE color: 12326913.
HSL color Cylindrical-coordinate representation of color #0118BC: hue angle of 232.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0118BC is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 24 | 188 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.26 |
| HSL | 232.62º | 0.99% | 0.37% | - |
| HSV(B) | 232.62º | 0.99% | 0.74% | - |
| XYZ | 9.42 | 4.29 | 47.91 | - |
| YUV | 35.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 188 | 0.99 | 0.87 | 0 | 0.26 | 232.62 | 0.99 | 0.37 |
| Hex | 1 | 18 | BC | 63 | 57 | 0 | 1A | E9 | 63 | 25 |
| Octal | 1 | 30 | 274 | 143 | 127 | 0 | 32 | 351 | 143 | 45 |
| Binary | 1 | 11000 | 10111100 | 1100011 | 1010111 | 0 | 11010 | 11101001 | 1100011 | 100101 |
Color Harmonies of #0118BC
Complementary color
Monochromatic Colors of #0118BC
Black with #0118BC
Text Example
Text Example
White with #0118BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118BC; }
p { color: rgb(1,24,188); }
H1.HeaderClassName
{
color: #0118BC;
}
.AnyTagClassName
{
color: #0118BC;
}
</style>
background-color css
<style>
a { background-color: #0118BC; }
a { background-color: rgb(1,24,188); }
div.DivClassName
{
background-color: #0118BC;
}
.BgClassName
{
background-color: #0118BC;
}
</style>
border-color css
<style>
span { border-color: #0118BC; }
span { border-color: rgb(1,24,188); }
td.TdClassName
{
border-color: #0118BC;
}
.TagClassName
{
border-color: #0118BC;
}
</style>