Shades of Medium Blue #0E04BB
Tints of Medium Blue #0E04BB
RGB
CMYK
RGB Variations
Color information
#0E04BB (or 0x0E04BB) is known color: Medium Blue. HEX triplet: 0E, 04 and BB. RGB value is (14,4,187). Sum of RGB (Red+Green+Blue) = 14+4+187=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 187 (73.44% from 255 or 91.22% from 205); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E04BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E04BB is #F1FB44. Grayscale: #1B1B1B. Windows color (decimal): -15858501 or 12256270. OLE color: 12256270.
HSL color Cylindrical-coordinate representation of color #0E04BB: hue angle of 243.28º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E04BB is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 4 | 187 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.27 |
| HSL | 243.28º | 0.96% | 0.37% | - |
| HSV(B) | 243.28º | 0.98% | 0.73% | - |
| XYZ | 9.19 | 3.77 | 47.26 | - |
| YUV | 27.85 | 217.81 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 187 | 0.93 | 0.98 | 0 | 0.27 | 243.28 | 0.96 | 0.37 |
| Hex | E | 4 | BB | 5D | 62 | 0 | 1B | F3 | 60 | 25 |
| Octal | 16 | 4 | 273 | 135 | 142 | 0 | 33 | 363 | 140 | 45 |
| Binary | 1110 | 100 | 10111011 | 1011101 | 1100010 | 0 | 11011 | 11110011 | 1100000 | 100101 |
Color Harmonies of #0E04BB
Complementary color
Monochromatic Colors of #0E04BB
Black with #0E04BB
Text Example
Text Example
White with #0E04BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E04BB; }
p { color: rgb(14,4,187); }
H1.HeaderClassName
{
color: #0E04BB;
}
.AnyTagClassName
{
color: #0E04BB;
}
</style>
background-color css
<style>
a { background-color: #0E04BB; }
a { background-color: rgb(14,4,187); }
div.DivClassName
{
background-color: #0E04BB;
}
.BgClassName
{
background-color: #0E04BB;
}
</style>
border-color css
<style>
span { border-color: #0E04BB; }
span { border-color: rgb(14,4,187); }
td.TdClassName
{
border-color: #0E04BB;
}
.TagClassName
{
border-color: #0E04BB;
}
</style>