Shades of Medium Blue #0518BC
Tints of Medium Blue #0518BC
RGB
CMYK
RGB Variations
Color information
#0518BC (or 0x0518BC) is known color: Medium Blue. HEX triplet: 05, 18 and BC. RGB value is (5,24,188). Sum of RGB (Red+Green+Blue) = 5+24+188=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 188 (73.83% from 255 or 86.64% from 217); Max value from RGB is 188 - color contains mainly: blue. Hex color #0518BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518BC is #FAE743. Grayscale: #242424. Windows color (decimal): -16443204 or 12326917. OLE color: 12326917.
HSL color Cylindrical-coordinate representation of color #0518BC: hue angle of 233.77º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0518BC is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 24 | 188 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.26 |
| HSL | 233.77º | 0.95% | 0.38% | - |
| HSV(B) | 233.77º | 0.97% | 0.74% | - |
| XYZ | 9.47 | 4.32 | 47.91 | - |
| YUV | 37.02 | 213.21 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 188 | 0.97 | 0.87 | 0 | 0.26 | 233.77 | 0.95 | 0.38 |
| Hex | 5 | 18 | BC | 61 | 57 | 0 | 1A | EA | 5F | 26 |
| Octal | 5 | 30 | 274 | 141 | 127 | 0 | 32 | 352 | 137 | 46 |
| Binary | 101 | 11000 | 10111100 | 1100001 | 1010111 | 0 | 11010 | 11101010 | 1011111 | 100110 |
Color Harmonies of #0518BC
Complementary color
Monochromatic Colors of #0518BC
Black with #0518BC
Text Example
Text Example
White with #0518BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0518BC; }
p { color: rgb(5,24,188); }
H1.HeaderClassName
{
color: #0518BC;
}
.AnyTagClassName
{
color: #0518BC;
}
</style>
background-color css
<style>
a { background-color: #0518BC; }
a { background-color: rgb(5,24,188); }
div.DivClassName
{
background-color: #0518BC;
}
.BgClassName
{
background-color: #0518BC;
}
</style>
border-color css
<style>
span { border-color: #0518BC; }
span { border-color: rgb(5,24,188); }
td.TdClassName
{
border-color: #0518BC;
}
.TagClassName
{
border-color: #0518BC;
}
</style>