Shades of Medium Blue #0108BD
Tints of Medium Blue #0108BD
RGB
CMYK
RGB Variations
Color information
#0108BD (or 0x0108BD) is known color: Medium Blue. HEX triplet: 01, 08 and BD. RGB value is (1,8,189). Sum of RGB (Red+Green+Blue) = 1+8+189=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 189 (74.22% from 255 or 95.45% from 198); Max value from RGB is 189 - color contains mainly: blue. Hex color #0108BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0108BD is #FEF742. Grayscale: #191919. Windows color (decimal): -16709443 or 12388353. OLE color: 12388353.
HSL color Cylindrical-coordinate representation of color #0108BD: hue angle of 237.77º 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 #0108BD is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 8 | 189 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.26 |
| HSL | 237.77º | 0.99% | 0.37% | - |
| HSV(B) | 237.77º | 0.99% | 0.74% | - |
| XYZ | 9.28 | 3.85 | 48.4 | - |
| YUV | 26.54 | 219.68 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 189 | 0.99 | 0.96 | 0 | 0.26 | 237.77 | 0.99 | 0.37 |
| Hex | 1 | 8 | BD | 63 | 60 | 0 | 1A | EE | 63 | 25 |
| Octal | 1 | 10 | 275 | 143 | 140 | 0 | 32 | 356 | 143 | 45 |
| Binary | 1 | 1000 | 10111101 | 1100011 | 1100000 | 0 | 11010 | 11101110 | 1100011 | 100101 |
Color Harmonies of #0108BD
Complementary color
Monochromatic Colors of #0108BD
Black with #0108BD
Text Example
Text Example
White with #0108BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0108BD; }
p { color: rgb(1,8,189); }
H1.HeaderClassName
{
color: #0108BD;
}
.AnyTagClassName
{
color: #0108BD;
}
</style>
background-color css
<style>
a { background-color: #0108BD; }
a { background-color: rgb(1,8,189); }
div.DivClassName
{
background-color: #0108BD;
}
.BgClassName
{
background-color: #0108BD;
}
</style>
border-color css
<style>
span { border-color: #0108BD; }
span { border-color: rgb(1,8,189); }
td.TdClassName
{
border-color: #0108BD;
}
.TagClassName
{
border-color: #0108BD;
}
</style>