Shades of Medium Blue #0109BE
Tints of Medium Blue #0109BE
RGB
CMYK
RGB Variations
Color information
#0109BE (or 0x0109BE) is known color: Medium Blue. HEX triplet: 01, 09 and BE. RGB value is (1,9,190). Sum of RGB (Red+Green+Blue) = 1+9+190=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 190 (74.61% from 255 or 95% from 200); Max value from RGB is 190 - color contains mainly: blue. Hex color #0109BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0109BE is #FEF641. Grayscale: #1A1A1A. Windows color (decimal): -16709186 or 12454145. OLE color: 12454145.
HSL color Cylindrical-coordinate representation of color #0109BE: hue angle of 237.46º 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 #0109BE is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 9 | 190 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.25 |
| HSL | 237.46º | 0.99% | 0.37% | - |
| HSV(B) | 237.46º | 0.99% | 0.75% | - |
| XYZ | 9.4 | 3.92 | 48.98 | - |
| YUV | 27.24 | 219.85 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 190 | 0.99 | 0.95 | 0 | 0.25 | 237.46 | 0.99 | 0.37 |
| Hex | 1 | 9 | BE | 63 | 5F | 0 | 19 | ED | 63 | 25 |
| Octal | 1 | 11 | 276 | 143 | 137 | 0 | 31 | 355 | 143 | 45 |
| Binary | 1 | 1001 | 10111110 | 1100011 | 1011111 | 0 | 11001 | 11101101 | 1100011 | 100101 |
Color Harmonies of #0109BE
Complementary color
Monochromatic Colors of #0109BE
Black with #0109BE
Text Example
Text Example
White with #0109BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109BE; }
p { color: rgb(1,9,190); }
H1.HeaderClassName
{
color: #0109BE;
}
.AnyTagClassName
{
color: #0109BE;
}
</style>
background-color css
<style>
a { background-color: #0109BE; }
a { background-color: rgb(1,9,190); }
div.DivClassName
{
background-color: #0109BE;
}
.BgClassName
{
background-color: #0109BE;
}
</style>
border-color css
<style>
span { border-color: #0109BE; }
span { border-color: rgb(1,9,190); }
td.TdClassName
{
border-color: #0109BE;
}
.TagClassName
{
border-color: #0109BE;
}
</style>