Shades of Medium Blue #0418BC
Tints of Medium Blue #0418BC
RGB
CMYK
RGB Variations
Color information
#0418BC (or 0x0418BC) is known color: Medium Blue. HEX triplet: 04, 18 and BC. RGB value is (4,24,188). Sum of RGB (Red+Green+Blue) = 4+24+188=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 188 (73.83% from 255 or 87.04% from 216); Max value from RGB is 188 - color contains mainly: blue. Hex color #0418BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0418BC is #FBE743. Grayscale: #242424. Windows color (decimal): -16508740 or 12326916. OLE color: 12326916.
HSL color Cylindrical-coordinate representation of color #0418BC: hue angle of 233.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0418BC is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 24 | 188 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.26 |
| HSL | 233.48º | 0.96% | 0.38% | - |
| HSV(B) | 233.48º | 0.98% | 0.74% | - |
| XYZ | 9.45 | 4.31 | 47.91 | - |
| YUV | 36.72 | 213.37 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 188 | 0.98 | 0.87 | 0 | 0.26 | 233.48 | 0.96 | 0.38 |
| Hex | 4 | 18 | BC | 62 | 57 | 0 | 1A | E9 | 60 | 26 |
| Octal | 4 | 30 | 274 | 142 | 127 | 0 | 32 | 351 | 140 | 46 |
| Binary | 100 | 11000 | 10111100 | 1100010 | 1010111 | 0 | 11010 | 11101001 | 1100000 | 100110 |
Color Harmonies of #0418BC
Complementary color
Monochromatic Colors of #0418BC
Black with #0418BC
Text Example
Text Example
White with #0418BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0418BC; }
p { color: rgb(4,24,188); }
H1.HeaderClassName
{
color: #0418BC;
}
.AnyTagClassName
{
color: #0418BC;
}
</style>
background-color css
<style>
a { background-color: #0418BC; }
a { background-color: rgb(4,24,188); }
div.DivClassName
{
background-color: #0418BC;
}
.BgClassName
{
background-color: #0418BC;
}
</style>
border-color css
<style>
span { border-color: #0418BC; }
span { border-color: rgb(4,24,188); }
td.TdClassName
{
border-color: #0418BC;
}
.TagClassName
{
border-color: #0418BC;
}
</style>