Shades of Medium Blue #0805B5
Tints of Medium Blue #0805B5
RGB
CMYK
RGB Variations
Color information
#0805B5 (or 0x0805B5) is known color: Medium Blue. HEX triplet: 08, 05 and B5. RGB value is (8,5,181). Sum of RGB (Red+Green+Blue) = 8+5+181=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 181 (71.09% from 255 or 93.30% from 194); Max value from RGB is 181 - color contains mainly: blue. Hex color #0805B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0805B5 is #F7FA4A. Grayscale: #191919. Windows color (decimal): -16251467 or 11863304. OLE color: 11863304.
HSL color Cylindrical-coordinate representation of color #0805B5: hue angle of 241.02º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0805B5 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 5 | 181 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.29 |
| HSL | 241.02º | 0.95% | 0.36% | - |
| HSV(B) | 241.02º | 0.97% | 0.71% | - |
| XYZ | 8.49 | 3.5 | 43.94 | - |
| YUV | 25.96 | 215.49 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 181 | 0.96 | 0.97 | 0 | 0.29 | 241.02 | 0.95 | 0.36 |
| Hex | 8 | 5 | B5 | 60 | 61 | 0 | 1D | F1 | 5F | 24 |
| Octal | 10 | 5 | 265 | 140 | 141 | 0 | 35 | 361 | 137 | 44 |
| Binary | 1000 | 101 | 10110101 | 1100000 | 1100001 | 0 | 11101 | 11110001 | 1011111 | 100100 |
Color Harmonies of #0805B5
Complementary color
Monochromatic Colors of #0805B5
Black with #0805B5
Text Example
Text Example
White with #0805B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0805B5; }
p { color: rgb(8,5,181); }
H1.HeaderClassName
{
color: #0805B5;
}
.AnyTagClassName
{
color: #0805B5;
}
</style>
background-color css
<style>
a { background-color: #0805B5; }
a { background-color: rgb(8,5,181); }
div.DivClassName
{
background-color: #0805B5;
}
.BgClassName
{
background-color: #0805B5;
}
</style>
border-color css
<style>
span { border-color: #0805B5; }
span { border-color: rgb(8,5,181); }
td.TdClassName
{
border-color: #0805B5;
}
.TagClassName
{
border-color: #0805B5;
}
</style>