Shades of Medium Blue #0810B5
Tints of Medium Blue #0810B5
RGB
CMYK
RGB Variations
Color information
#0810B5 (or 0x0810B5) is known color: Medium Blue. HEX triplet: 08, 10 and B5. RGB value is (8,16,181). Sum of RGB (Red+Green+Blue) = 8+16+181=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 181 (71.09% from 255 or 88.29% from 205); Max value from RGB is 181 - color contains mainly: blue. Hex color #0810B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0810B5 is #F7EF4A. Grayscale: #1F1F1F. Windows color (decimal): -16248651 or 11866120. OLE color: 11866120.
HSL color Cylindrical-coordinate representation of color #0810B5: hue angle of 237.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0810B5 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 16 | 181 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.29 |
| HSL | 237.23º | 0.92% | 0.37% | - |
| HSV(B) | 237.23º | 0.96% | 0.71% | - |
| XYZ | 8.63 | 3.76 | 43.99 | - |
| YUV | 32.42 | 211.85 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 181 | 0.96 | 0.91 | 0 | 0.29 | 237.23 | 0.92 | 0.37 |
| Hex | 8 | 10 | B5 | 60 | 5B | 0 | 1D | ED | 5C | 25 |
| Octal | 10 | 20 | 265 | 140 | 133 | 0 | 35 | 355 | 134 | 45 |
| Binary | 1000 | 10000 | 10110101 | 1100000 | 1011011 | 0 | 11101 | 11101101 | 1011100 | 100101 |
Color Harmonies of #0810B5
Complementary color
Monochromatic Colors of #0810B5
Black with #0810B5
Text Example
Text Example
White with #0810B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0810B5; }
p { color: rgb(8,16,181); }
H1.HeaderClassName
{
color: #0810B5;
}
.AnyTagClassName
{
color: #0810B5;
}
</style>
background-color css
<style>
a { background-color: #0810B5; }
a { background-color: rgb(8,16,181); }
div.DivClassName
{
background-color: #0810B5;
}
.BgClassName
{
background-color: #0810B5;
}
</style>
border-color css
<style>
span { border-color: #0810B5; }
span { border-color: rgb(8,16,181); }
td.TdClassName
{
border-color: #0810B5;
}
.TagClassName
{
border-color: #0810B5;
}
</style>