Shades of Medium Blue #0E02BC
Tints of Medium Blue #0E02BC
RGB
CMYK
RGB Variations
Color information
#0E02BC (or 0x0E02BC) is known color: Medium Blue. HEX triplet: 0E, 02 and BC. RGB value is (14,2,188). Sum of RGB (Red+Green+Blue) = 14+2+188=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E02BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E02BC is #F1FD43. Grayscale: #1A1A1A. Windows color (decimal): -15859012 or 12321294. OLE color: 12321294.
HSL color Cylindrical-coordinate representation of color #0E02BC: hue angle of 243.87º degrees, saturation: 0.98, 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 #0E02BC is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 2 | 188 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.26 |
| HSL | 243.87º | 0.98% | 0.37% | - |
| HSV(B) | 243.87º | 0.99% | 0.74% | - |
| XYZ | 9.28 | 3.77 | 47.82 | - |
| YUV | 26.79 | 218.98 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 188 | 0.93 | 0.99 | 0 | 0.26 | 243.87 | 0.98 | 0.37 |
| Hex | E | 2 | BC | 5D | 63 | 0 | 1A | F4 | 62 | 25 |
| Octal | 16 | 2 | 274 | 135 | 143 | 0 | 32 | 364 | 142 | 45 |
| Binary | 1110 | 10 | 10111100 | 1011101 | 1100011 | 0 | 11010 | 11110100 | 1100010 | 100101 |
Color Harmonies of #0E02BC
Complementary color
Monochromatic Colors of #0E02BC
Black with #0E02BC
Text Example
Text Example
White with #0E02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E02BC; }
p { color: rgb(14,2,188); }
H1.HeaderClassName
{
color: #0E02BC;
}
.AnyTagClassName
{
color: #0E02BC;
}
</style>
background-color css
<style>
a { background-color: #0E02BC; }
a { background-color: rgb(14,2,188); }
div.DivClassName
{
background-color: #0E02BC;
}
.BgClassName
{
background-color: #0E02BC;
}
</style>
border-color css
<style>
span { border-color: #0E02BC; }
span { border-color: rgb(14,2,188); }
td.TdClassName
{
border-color: #0E02BC;
}
.TagClassName
{
border-color: #0E02BC;
}
</style>