Shades of Medium Blue #0811B5
Tints of Medium Blue #0811B5
RGB
CMYK
RGB Variations
Color information
#0811B5 (or 0x0811B5) is known color: Medium Blue. HEX triplet: 08, 11 and B5. RGB value is (8,17,181). Sum of RGB (Red+Green+Blue) = 8+17+181=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 181 (71.09% from 255 or 87.86% from 206); Max value from RGB is 181 - color contains mainly: blue. Hex color #0811B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0811B5 is #F7EE4A. Grayscale: #202020. Windows color (decimal): -16248395 or 11866376. OLE color: 11866376.
HSL color Cylindrical-coordinate representation of color #0811B5: hue angle of 236.88º 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 #0811B5 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 17 | 181 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.29 |
| HSL | 236.88º | 0.92% | 0.37% | - |
| HSV(B) | 236.88º | 0.96% | 0.71% | - |
| XYZ | 8.64 | 3.79 | 43.99 | - |
| YUV | 33.01 | 211.52 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 181 | 0.96 | 0.91 | 0 | 0.29 | 236.88 | 0.92 | 0.37 |
| Hex | 8 | 11 | B5 | 60 | 5B | 0 | 1D | ED | 5C | 25 |
| Octal | 10 | 21 | 265 | 140 | 133 | 0 | 35 | 355 | 134 | 45 |
| Binary | 1000 | 10001 | 10110101 | 1100000 | 1011011 | 0 | 11101 | 11101101 | 1011100 | 100101 |
Color Harmonies of #0811B5
Complementary color
Monochromatic Colors of #0811B5
Black with #0811B5
Text Example
Text Example
White with #0811B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0811B5; }
p { color: rgb(8,17,181); }
H1.HeaderClassName
{
color: #0811B5;
}
.AnyTagClassName
{
color: #0811B5;
}
</style>
background-color css
<style>
a { background-color: #0811B5; }
a { background-color: rgb(8,17,181); }
div.DivClassName
{
background-color: #0811B5;
}
.BgClassName
{
background-color: #0811B5;
}
</style>
border-color css
<style>
span { border-color: #0811B5; }
span { border-color: rgb(8,17,181); }
td.TdClassName
{
border-color: #0811B5;
}
.TagClassName
{
border-color: #0811B5;
}
</style>