Shades of Medium Blue #0F0ABA
Tints of Medium Blue #0F0ABA
RGB
CMYK
RGB Variations
Color information
#0F0ABA (or 0x0F0ABA) is known color: Medium Blue. HEX triplet: 0F, 0A and BA. RGB value is (15,10,186). Sum of RGB (Red+Green+Blue) = 15+10+186=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 186 (73.05% from 255 or 88.15% from 211); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F0ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0ABA is #F0F545. Grayscale: #1E1E1E. Windows color (decimal): -15791430 or 12192271. OLE color: 12192271.
HSL color Cylindrical-coordinate representation of color #0F0ABA: hue angle of 241.7º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0ABA is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 10 | 186 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.27 |
| HSL | 241.7º | 0.9% | 0.38% | - |
| HSV(B) | 241.7º | 0.95% | 0.73% | - |
| XYZ | 9.17 | 3.86 | 46.72 | - |
| YUV | 31.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 186 | 0.92 | 0.95 | 0 | 0.27 | 241.7 | 0.9 | 0.38 |
| Hex | F | A | BA | 5C | 5F | 0 | 1B | F2 | 5A | 26 |
| Octal | 17 | 12 | 272 | 134 | 137 | 0 | 33 | 362 | 132 | 46 |
| Binary | 1111 | 1010 | 10111010 | 1011100 | 1011111 | 0 | 11011 | 11110010 | 1011010 | 100110 |
Color Harmonies of #0F0ABA
Complementary color
Monochromatic Colors of #0F0ABA
Black with #0F0ABA
Text Example
Text Example
White with #0F0ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0ABA; }
p { color: rgb(15,10,186); }
H1.HeaderClassName
{
color: #0F0ABA;
}
.AnyTagClassName
{
color: #0F0ABA;
}
</style>
background-color css
<style>
a { background-color: #0F0ABA; }
a { background-color: rgb(15,10,186); }
div.DivClassName
{
background-color: #0F0ABA;
}
.BgClassName
{
background-color: #0F0ABA;
}
</style>
border-color css
<style>
span { border-color: #0F0ABA; }
span { border-color: rgb(15,10,186); }
td.TdClassName
{
border-color: #0F0ABA;
}
.TagClassName
{
border-color: #0F0ABA;
}
</style>