Shades of Medium Blue #0108BA
Tints of Medium Blue #0108BA
RGB
CMYK
RGB Variations
Color information
#0108BA (or 0x0108BA) is known color: Medium Blue. HEX triplet: 01, 08 and BA. RGB value is (1,8,186). Sum of RGB (Red+Green+Blue) = 1+8+186=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 186 (73.05% from 255 or 95.38% from 195); Max value from RGB is 186 - color contains mainly: blue. Hex color #0108BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0108BA is #FEF745. Grayscale: #191919. Windows color (decimal): -16709446 or 12191745. OLE color: 12191745.
HSL color Cylindrical-coordinate representation of color #0108BA: hue angle of 237.73º 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 #0108BA is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 8 | 186 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.27 |
| HSL | 237.73º | 0.99% | 0.37% | - |
| HSV(B) | 237.73º | 0.99% | 0.73% | - |
| XYZ | 8.96 | 3.73 | 46.7 | - |
| YUV | 26.2 | 218.18 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 186 | 0.99 | 0.96 | 0 | 0.27 | 237.73 | 0.99 | 0.37 |
| Hex | 1 | 8 | BA | 63 | 60 | 0 | 1B | EE | 63 | 25 |
| Octal | 1 | 10 | 272 | 143 | 140 | 0 | 33 | 356 | 143 | 45 |
| Binary | 1 | 1000 | 10111010 | 1100011 | 1100000 | 0 | 11011 | 11101110 | 1100011 | 100101 |
Color Harmonies of #0108BA
Complementary color
Monochromatic Colors of #0108BA
Black with #0108BA
Text Example
Text Example
White with #0108BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0108BA; }
p { color: rgb(1,8,186); }
H1.HeaderClassName
{
color: #0108BA;
}
.AnyTagClassName
{
color: #0108BA;
}
</style>
background-color css
<style>
a { background-color: #0108BA; }
a { background-color: rgb(1,8,186); }
div.DivClassName
{
background-color: #0108BA;
}
.BgClassName
{
background-color: #0108BA;
}
</style>
border-color css
<style>
span { border-color: #0108BA; }
span { border-color: rgb(1,8,186); }
td.TdClassName
{
border-color: #0108BA;
}
.TagClassName
{
border-color: #0108BA;
}
</style>