Shades of Medium Blue #0E00B7
Tints of Medium Blue #0E00B7
RGB
CMYK
RGB Variations
Color information
#0E00B7 (or 0x0E00B7) is known color: Medium Blue. HEX triplet: 0E, 00 and B7. RGB value is (14,0,183). Sum of RGB (Red+Green+Blue) = 14+0+183=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 183 (71.88% from 255 or 92.89% from 197); Max value from RGB is 183 - color contains mainly: blue. Hex color #0E00B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E00B7 is #F1FF48. Grayscale: #181818. Windows color (decimal): -15859529 or 11993102. OLE color: 11993102.
HSL color Cylindrical-coordinate representation of color #0E00B7: hue angle of 244.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E00B7 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 0 | 183 | - |
| CMYK | 0.92 | 1 | 0 | 0.28 |
| HSL | 244.59º | 1% | 0.36% | - |
| HSV(B) | 244.59º | 1% | 0.72% | - |
| XYZ | 8.73 | 3.51 | 45.02 | - |
| YUV | 25.05 | 217.14 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 183 | 0.92 | 1 | 0 | 0.28 | 244.59 | 1 | 0.36 |
| Hex | E | 0 | B7 | 5C | 64 | 0 | 1C | F5 | 64 | 24 |
| Octal | 16 | 0 | 267 | 134 | 144 | 0 | 34 | 365 | 144 | 44 |
| Binary | 1110 | 0 | 10110111 | 1011100 | 1100100 | 0 | 11100 | 11110101 | 1100100 | 100100 |
Color Harmonies of #0E00B7
Complementary color
Monochromatic Colors of #0E00B7
Black with #0E00B7
Text Example
Text Example
White with #0E00B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E00B7; }
p { color: rgb(14,0,183); }
H1.HeaderClassName
{
color: #0E00B7;
}
.AnyTagClassName
{
color: #0E00B7;
}
</style>
background-color css
<style>
a { background-color: #0E00B7; }
a { background-color: rgb(14,0,183); }
div.DivClassName
{
background-color: #0E00B7;
}
.BgClassName
{
background-color: #0E00B7;
}
</style>
border-color css
<style>
span { border-color: #0E00B7; }
span { border-color: rgb(14,0,183); }
td.TdClassName
{
border-color: #0E00B7;
}
.TagClassName
{
border-color: #0E00B7;
}
</style>