Shades of Medium Blue #0108C0
Tints of Medium Blue #0108C0
RGB
CMYK
RGB Variations
Color information
#0108C0 (or 0x0108C0) is known color: Medium Blue. HEX triplet: 01, 08 and C0. RGB value is (1,8,192). Sum of RGB (Red+Green+Blue) = 1+8+192=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 192 (75.39% from 255 or 95.52% from 201); Max value from RGB is 192 - color contains mainly: blue. Hex color #0108C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0108C0 is #FEF73F. Grayscale: #1A1A1A. Windows color (decimal): -16709440 or 12584961. OLE color: 12584961.
HSL color Cylindrical-coordinate representation of color #0108C0: hue angle of 237.8º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0108C0 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 8 | 192 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.25 |
| HSL | 237.8º | 0.99% | 0.38% | - |
| HSV(B) | 237.8º | 0.99% | 0.75% | - |
| XYZ | 9.61 | 3.99 | 50.13 | - |
| YUV | 26.88 | 221.18 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 192 | 0.99 | 0.96 | 0 | 0.25 | 237.8 | 0.99 | 0.38 |
| Hex | 1 | 8 | C0 | 63 | 60 | 0 | 19 | EE | 63 | 26 |
| Octal | 1 | 10 | 300 | 143 | 140 | 0 | 31 | 356 | 143 | 46 |
| Binary | 1 | 1000 | 11000000 | 1100011 | 1100000 | 0 | 11001 | 11101110 | 1100011 | 100110 |
Color Harmonies of #0108C0
Complementary color
Monochromatic Colors of #0108C0
Black with #0108C0
Text Example
Text Example
White with #0108C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0108C0; }
p { color: rgb(1,8,192); }
H1.HeaderClassName
{
color: #0108C0;
}
.AnyTagClassName
{
color: #0108C0;
}
</style>
background-color css
<style>
a { background-color: #0108C0; }
a { background-color: rgb(1,8,192); }
div.DivClassName
{
background-color: #0108C0;
}
.BgClassName
{
background-color: #0108C0;
}
</style>
border-color css
<style>
span { border-color: #0108C0; }
span { border-color: rgb(1,8,192); }
td.TdClassName
{
border-color: #0108C0;
}
.TagClassName
{
border-color: #0108C0;
}
</style>