Shades of Medium Blue #0109BA
Tints of Medium Blue #0109BA
RGB
CMYK
RGB Variations
Color information
#0109BA (or 0x0109BA) is known color: Medium Blue. HEX triplet: 01, 09 and BA. RGB value is (1,9,186). Sum of RGB (Red+Green+Blue) = 1+9+186=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 186 (73.05% from 255 or 94.90% from 196); Max value from RGB is 186 - color contains mainly: blue. Hex color #0109BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0109BA is #FEF645. Grayscale: #1A1A1A. Windows color (decimal): -16709190 or 12192001. OLE color: 12192001.
HSL color Cylindrical-coordinate representation of color #0109BA: hue angle of 237.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0109BA is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 9 | 186 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.27 |
| HSL | 237.41º | 0.99% | 0.37% | - |
| HSV(B) | 237.41º | 0.99% | 0.73% | - |
| XYZ | 8.97 | 3.75 | 46.7 | - |
| YUV | 26.79 | 217.85 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 186 | 0.99 | 0.95 | 0 | 0.27 | 237.41 | 0.99 | 0.37 |
| Hex | 1 | 9 | BA | 63 | 5F | 0 | 1B | ED | 63 | 25 |
| Octal | 1 | 11 | 272 | 143 | 137 | 0 | 33 | 355 | 143 | 45 |
| Binary | 1 | 1001 | 10111010 | 1100011 | 1011111 | 0 | 11011 | 11101101 | 1100011 | 100101 |
Color Harmonies of #0109BA
Complementary color
Monochromatic Colors of #0109BA
Black with #0109BA
Text Example
Text Example
White with #0109BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109BA; }
p { color: rgb(1,9,186); }
H1.HeaderClassName
{
color: #0109BA;
}
.AnyTagClassName
{
color: #0109BA;
}
</style>
background-color css
<style>
a { background-color: #0109BA; }
a { background-color: rgb(1,9,186); }
div.DivClassName
{
background-color: #0109BA;
}
.BgClassName
{
background-color: #0109BA;
}
</style>
border-color css
<style>
span { border-color: #0109BA; }
span { border-color: rgb(1,9,186); }
td.TdClassName
{
border-color: #0109BA;
}
.TagClassName
{
border-color: #0109BA;
}
</style>