Shades of Medium Blue #0107BB
Tints of Medium Blue #0107BB
RGB
CMYK
RGB Variations
Color information
#0107BB (or 0x0107BB) is known color: Medium Blue. HEX triplet: 01, 07 and BB. RGB value is (1,7,187). Sum of RGB (Red+Green+Blue) = 1+7+187=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 187 (73.44% from 255 or 95.90% from 195); Max value from RGB is 187 - color contains mainly: blue. Hex color #0107BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0107BB is #FEF844. Grayscale: #191919. Windows color (decimal): -16709701 or 12257025. OLE color: 12257025.
HSL color Cylindrical-coordinate representation of color #0107BB: hue angle of 238.06º 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 #0107BB is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 7 | 187 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.27 |
| HSL | 238.06º | 0.99% | 0.37% | - |
| HSV(B) | 238.06º | 0.99% | 0.73% | - |
| XYZ | 9.06 | 3.75 | 47.26 | - |
| YUV | 25.73 | 219.01 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 187 | 0.99 | 0.96 | 0 | 0.27 | 238.06 | 0.99 | 0.37 |
| Hex | 1 | 7 | BB | 63 | 60 | 0 | 1B | EE | 63 | 25 |
| Octal | 1 | 7 | 273 | 143 | 140 | 0 | 33 | 356 | 143 | 45 |
| Binary | 1 | 111 | 10111011 | 1100011 | 1100000 | 0 | 11011 | 11101110 | 1100011 | 100101 |
Color Harmonies of #0107BB
Complementary color
Monochromatic Colors of #0107BB
Black with #0107BB
Text Example
Text Example
White with #0107BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0107BB; }
p { color: rgb(1,7,187); }
H1.HeaderClassName
{
color: #0107BB;
}
.AnyTagClassName
{
color: #0107BB;
}
</style>
background-color css
<style>
a { background-color: #0107BB; }
a { background-color: rgb(1,7,187); }
div.DivClassName
{
background-color: #0107BB;
}
.BgClassName
{
background-color: #0107BB;
}
</style>
border-color css
<style>
span { border-color: #0107BB; }
span { border-color: rgb(1,7,187); }
td.TdClassName
{
border-color: #0107BB;
}
.TagClassName
{
border-color: #0107BB;
}
</style>