Shades of Medium Blue #0107BE
Tints of Medium Blue #0107BE
RGB
CMYK
RGB Variations
Color information
#0107BE (or 0x0107BE) is known color: Medium Blue. HEX triplet: 01, 07 and BE. RGB value is (1,7,190). Sum of RGB (Red+Green+Blue) = 1+7+190=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 190 (74.61% from 255 or 95.96% from 198); Max value from RGB is 190 - color contains mainly: blue. Hex color #0107BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0107BE is #FEF841. Grayscale: #191919. Windows color (decimal): -16709698 or 12453633. OLE color: 12453633.
HSL color Cylindrical-coordinate representation of color #0107BE: hue angle of 238.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0107BE is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 7 | 190 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.25 |
| HSL | 238.1º | 0.99% | 0.37% | - |
| HSV(B) | 238.1º | 0.99% | 0.75% | - |
| XYZ | 9.38 | 3.88 | 48.97 | - |
| YUV | 26.07 | 220.51 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 190 | 0.99 | 0.96 | 0 | 0.25 | 238.1 | 0.99 | 0.37 |
| Hex | 1 | 7 | BE | 63 | 60 | 0 | 19 | EE | 63 | 25 |
| Octal | 1 | 7 | 276 | 143 | 140 | 0 | 31 | 356 | 143 | 45 |
| Binary | 1 | 111 | 10111110 | 1100011 | 1100000 | 0 | 11001 | 11101110 | 1100011 | 100101 |
Color Harmonies of #0107BE
Complementary color
Monochromatic Colors of #0107BE
Black with #0107BE
Text Example
Text Example
White with #0107BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0107BE; }
p { color: rgb(1,7,190); }
H1.HeaderClassName
{
color: #0107BE;
}
.AnyTagClassName
{
color: #0107BE;
}
</style>
background-color css
<style>
a { background-color: #0107BE; }
a { background-color: rgb(1,7,190); }
div.DivClassName
{
background-color: #0107BE;
}
.BgClassName
{
background-color: #0107BE;
}
</style>
border-color css
<style>
span { border-color: #0107BE; }
span { border-color: rgb(1,7,190); }
td.TdClassName
{
border-color: #0107BE;
}
.TagClassName
{
border-color: #0107BE;
}
</style>