Shades of Medium Blue #0109BC
Tints of Medium Blue #0109BC
RGB
CMYK
RGB Variations
Color information
#0109BC (or 0x0109BC) is known color: Medium Blue. HEX triplet: 01, 09 and BC. RGB value is (1,9,188). Sum of RGB (Red+Green+Blue) = 1+9+188=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 188 (73.83% from 255 or 94.95% from 198); Max value from RGB is 188 - color contains mainly: blue. Hex color #0109BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0109BC is #FEF643. Grayscale: #1A1A1A. Windows color (decimal): -16709188 or 12323073. OLE color: 12323073.
HSL color Cylindrical-coordinate representation of color #0109BC: hue angle of 237.43º degrees, saturation: 0.99, 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 #0109BC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 9 | 188 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.26 |
| HSL | 237.43º | 0.99% | 0.37% | - |
| HSV(B) | 237.43º | 0.99% | 0.74% | - |
| XYZ | 9.19 | 3.83 | 47.83 | - |
| YUV | 27.01 | 218.85 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 188 | 0.99 | 0.95 | 0 | 0.26 | 237.43 | 0.99 | 0.37 |
| Hex | 1 | 9 | BC | 63 | 5F | 0 | 1A | ED | 63 | 25 |
| Octal | 1 | 11 | 274 | 143 | 137 | 0 | 32 | 355 | 143 | 45 |
| Binary | 1 | 1001 | 10111100 | 1100011 | 1011111 | 0 | 11010 | 11101101 | 1100011 | 100101 |
Color Harmonies of #0109BC
Complementary color
Monochromatic Colors of #0109BC
Black with #0109BC
Text Example
Text Example
White with #0109BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109BC; }
p { color: rgb(1,9,188); }
H1.HeaderClassName
{
color: #0109BC;
}
.AnyTagClassName
{
color: #0109BC;
}
</style>
background-color css
<style>
a { background-color: #0109BC; }
a { background-color: rgb(1,9,188); }
div.DivClassName
{
background-color: #0109BC;
}
.BgClassName
{
background-color: #0109BC;
}
</style>
border-color css
<style>
span { border-color: #0109BC; }
span { border-color: rgb(1,9,188); }
td.TdClassName
{
border-color: #0109BC;
}
.TagClassName
{
border-color: #0109BC;
}
</style>