Shades of Medium Blue #0218BE
Tints of Medium Blue #0218BE
RGB
CMYK
RGB Variations
Color information
#0218BE (or 0x0218BE) is known color: Medium Blue. HEX triplet: 02, 18 and BE. RGB value is (2,24,190). Sum of RGB (Red+Green+Blue) = 2+24+190=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #0218BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218BE is #FDE741. Grayscale: #232323. Windows color (decimal): -16639810 or 12457986. OLE color: 12457986.
HSL color Cylindrical-coordinate representation of color #0218BE: hue angle of 232.98º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218BE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 24 | 190 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.25 |
| HSL | 232.98º | 0.98% | 0.38% | - |
| HSV(B) | 232.98º | 0.99% | 0.75% | - |
| XYZ | 9.65 | 4.38 | 49.05 | - |
| YUV | 36.35 | 214.71 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 190 | 0.99 | 0.87 | 0 | 0.25 | 232.98 | 0.98 | 0.38 |
| Hex | 2 | 18 | BE | 63 | 57 | 0 | 19 | E9 | 62 | 26 |
| Octal | 2 | 30 | 276 | 143 | 127 | 0 | 31 | 351 | 142 | 46 |
| Binary | 10 | 11000 | 10111110 | 1100011 | 1010111 | 0 | 11001 | 11101001 | 1100010 | 100110 |
Color Harmonies of #0218BE
Complementary color
Monochromatic Colors of #0218BE
Black with #0218BE
Text Example
Text Example
White with #0218BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218BE; }
p { color: rgb(2,24,190); }
H1.HeaderClassName
{
color: #0218BE;
}
.AnyTagClassName
{
color: #0218BE;
}
</style>
background-color css
<style>
a { background-color: #0218BE; }
a { background-color: rgb(2,24,190); }
div.DivClassName
{
background-color: #0218BE;
}
.BgClassName
{
background-color: #0218BE;
}
</style>
border-color css
<style>
span { border-color: #0218BE; }
span { border-color: rgb(2,24,190); }
td.TdClassName
{
border-color: #0218BE;
}
.TagClassName
{
border-color: #0218BE;
}
</style>