Shades of Medium Blue #0A08B9
Tints of Medium Blue #0A08B9
RGB
CMYK
RGB Variations
Color information
#0A08B9 (or 0x0A08B9) is known color: Medium Blue. HEX triplet: 0A, 08 and B9. RGB value is (10,8,185). Sum of RGB (Red+Green+Blue) = 10+8+185=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 185 (72.66% from 255 or 91.13% from 203); Max value from RGB is 185 - color contains mainly: blue. Hex color #0A08B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A08B9 is #F5F746. Grayscale: #1C1C1C. Windows color (decimal): -16119623 or 12126218. OLE color: 12126218.
HSL color Cylindrical-coordinate representation of color #0A08B9: hue angle of 240.68º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A08B9 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 8 | 185 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.27 |
| HSL | 240.68º | 0.92% | 0.38% | - |
| HSV(B) | 240.68º | 0.96% | 0.73% | - |
| XYZ | 8.97 | 3.74 | 46.15 | - |
| YUV | 28.78 | 216.16 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 185 | 0.95 | 0.96 | 0 | 0.27 | 240.68 | 0.92 | 0.38 |
| Hex | A | 8 | B9 | 5F | 60 | 0 | 1B | F1 | 5C | 26 |
| Octal | 12 | 10 | 271 | 137 | 140 | 0 | 33 | 361 | 134 | 46 |
| Binary | 1010 | 1000 | 10111001 | 1011111 | 1100000 | 0 | 11011 | 11110001 | 1011100 | 100110 |
Color Harmonies of #0A08B9
Complementary color
Monochromatic Colors of #0A08B9
Black with #0A08B9
Text Example
Text Example
White with #0A08B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A08B9; }
p { color: rgb(10,8,185); }
H1.HeaderClassName
{
color: #0A08B9;
}
.AnyTagClassName
{
color: #0A08B9;
}
</style>
background-color css
<style>
a { background-color: #0A08B9; }
a { background-color: rgb(10,8,185); }
div.DivClassName
{
background-color: #0A08B9;
}
.BgClassName
{
background-color: #0A08B9;
}
</style>
border-color css
<style>
span { border-color: #0A08B9; }
span { border-color: rgb(10,8,185); }
td.TdClassName
{
border-color: #0A08B9;
}
.TagClassName
{
border-color: #0A08B9;
}
</style>