Shades of Medium Blue #080FBA
Tints of Medium Blue #080FBA
RGB
CMYK
RGB Variations
Color information
#080FBA (or 0x080FBA) is known color: Medium Blue. HEX triplet: 08, 0F and BA. RGB value is (8,15,186). Sum of RGB (Red+Green+Blue) = 8+15+186=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #080FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FBA is #F7F045. Grayscale: #1F1F1F. Windows color (decimal): -16248902 or 12193544. OLE color: 12193544.
HSL color Cylindrical-coordinate representation of color #080FBA: hue angle of 237.64º 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 #080FBA is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 15 | 186 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.27 |
| HSL | 237.64º | 0.92% | 0.38% | - |
| HSV(B) | 237.64º | 0.96% | 0.73% | - |
| XYZ | 9.13 | 3.94 | 46.73 | - |
| YUV | 32.4 | 214.68 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 186 | 0.96 | 0.92 | 0 | 0.27 | 237.64 | 0.92 | 0.38 |
| Hex | 8 | F | BA | 60 | 5C | 0 | 1B | EE | 5C | 26 |
| Octal | 10 | 17 | 272 | 140 | 134 | 0 | 33 | 356 | 134 | 46 |
| Binary | 1000 | 1111 | 10111010 | 1100000 | 1011100 | 0 | 11011 | 11101110 | 1011100 | 100110 |
Color Harmonies of #080FBA
Complementary color
Monochromatic Colors of #080FBA
Black with #080FBA
Text Example
Text Example
White with #080FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FBA; }
p { color: rgb(8,15,186); }
H1.HeaderClassName
{
color: #080FBA;
}
.AnyTagClassName
{
color: #080FBA;
}
</style>
background-color css
<style>
a { background-color: #080FBA; }
a { background-color: rgb(8,15,186); }
div.DivClassName
{
background-color: #080FBA;
}
.BgClassName
{
background-color: #080FBA;
}
</style>
border-color css
<style>
span { border-color: #080FBA; }
span { border-color: rgb(8,15,186); }
td.TdClassName
{
border-color: #080FBA;
}
.TagClassName
{
border-color: #080FBA;
}
</style>